After launching the application, you'll see a welcome message along with several interactive options.
Here's how you can begin using the InteractiveCats application:
-
Connect to a Catalog:
- Use
connect <catalog_name>
to connect to your desired data catalog. - Example:
connect london-datastore
- Use
-
Close the Current Connection:
- Type
close
to disconnect from the an actively connected catalog.
- Type
-
Quit the Application:
- Enter
quit
or press 'q' to exit the application anytime.
- Enter
- Show Available Catalogs: Click this button to view a list of all available data catalogs you can connect to.
- Show Commands: Click this button to view a list of commands you can use within the application.
Once you've connected to a catalog, you can perform different actions depending on the type of catalog:
- List Packages:
- Use
list packages
to see all available datasets.
- Use
- Package Information:
- Use
package info <package_name>
to get detailed information on a dataset.
- Use
- Search Datasets:
- Use
search <query> <rows>
to find datasets related to your query and limit the results.
- Use
- List Organisations:
- Use
list orgs
to see all organizations in the catalog.
- Use
- List Datasets:
- Use
list datasets
to see all datasets in the catalog.
- Use
- Dataset Information:
- Use
dataset info <dataset_id>
to view detailed dataset information.
- Use
- Dataset Export Options:
- Use
dataset export <dataset_id>
to view available export formats for a dataset.
- Use
- List Datasets:
- Use
list datasets
to view all available datasets.
- Use
- Dataset Metadata:
- Use
dataset meta <dataset_id>
to show metadata for a given dataset.
- Use
- Resource Metadata:
- Use
resource meta <dataset_id>
to show metadata for a given resource.
- Use
- Loading Data: (does not work for French Gov Cat yet 🐈)
- Use
load <dataset_id> [format] [api-key]
to load a dataset and examine its structure and sample data. For OpenDataSoft, specify a format and optionally an API key.
- Use
- Rich Logging: The application logs each interaction in a rich-text format for easy readability.
At any time, you can use the Show Commands
button to review available commands and see example usages.