The Kinetica Administration application is usually installed on port 8080 of the Kinetica instance or head node of the Kinetica cluster. The default URL is http://<kinetica_host>:8080/gadmin
The Kinetica Administration home page shows basic statistics, such as number of tables, records, memory usage, and requests/second. More detailed statistics can be found under the Stats menu.
From the main menu bar, select the Info menu.
This will return you to the homepage.
This will perform diagnostics on your Kinetica server to ensure that everything is working properly. You should see a screen similar to this:
If you do not see Success for every item, restart Kinetica and rerun the diagnostics.
Server Info will show you configuration and version information about your instance of Kinetica.
To view more detailed statistics, select the Stats menu.
All the data in the database can be viewed through the Data menu selection. This lets you view all the collections and tables, delete tables and rows, edit rows, and export data.
If your data contains geocoordinates, you can use the WMS Me link to view a heatmap of the data. Note: This function only works on GPU-based instances of Kinetica.
You can use the Zoom bar on the left or the scroll wheel of your mouse to zoom in and out of an area.
To view the individual records in the table, select the table name.
From here, you can edit or delete individual records, hide columns, view table information, and export data.
From the table data page, select Export. You will have the option to export all of the data or records within a range.
Once you click the Export button, the data will downloaded to your computer. You will usually be prompted with choice of saving the data or opening it in an application.
The exported data is in a csv format, with the first line being the table schema. The schema includes the name,data type, and any additional properties for each field.
Data can be imported using the Import menu option.
On this screen, you must choose whether to import the data into a new table or one that already exists. If you want to create a new table, you must specify the table name, whether to use an existing schema or the schema from the first row of the CSV file (as described above in Export Data). If you want to import data into a table that already exists, you just need to specify the table name. Then select the "Choose file" button and navigate to and select the file to import. The system will provide feedback as it is importing the data.
To run filtering or aggregation queries on the data in Kinetica, select the Query menu.
Query Kinetica provides a simple way to run several common queries
Each query type will display a different set of parameters to fill in. Below is an example of Filter By Bounds
The Advanced Query tool allows you to call any Kinetica REST endpoint. As with the Query Kinetica tool, the parameter fields displayed will change depending on the endpoint. Here is an example of the advanced query tool with the FilterByRange endpoint filled in and the results:
For the first query, you must enter all values using the text option for each field (except table). Subsequent queries can use values from the request or response objects by selecting Request or Response and then choosing the field whose value you want to reuse.
The Manage page contains two sections: Kinetica Manager and Kinetica Logs.
Kinetica Manager lets you start and stop Kinetica and displays the associated output.
Kinetica Logs displays the logs from the Kinetica server, allowing you to set how many lines of logging to show and how often the display will be updated.