Quick Start
-
Install Cruncher by following the installation guide.
-
Create a configuration file named
cruncher.config.yamlin your home directory under~/.config/cruncher/.Terminal window mkdir -p ~/.config/cruncherDirectory~/ user home directory
Directory.config/
Directorycruncher/
- cruncher.config.yaml cruncher main configuration file
-
Use the following template for your
cruncher.config.yamlfile:cruncher.config.yaml profiles:default:connectors: [mock]connectors:- name: mocktype: mocked_dataparams: {} -
Launch Cruncher and start exploring!
-
Configure your data sources and adapters as needed.
You can find more information on how to configure adapters in the Adapters documentation.