Skip to content

Quick Start

  1. Install Cruncher by following the installation guide.

  2. Create a configuration file named cruncher.config.yaml in your home directory under ~/.config/cruncher/.

    Terminal window
    mkdir -p ~/.config/cruncher
    • Directory~/ user home directory
      • Directory.config/
        • Directorycruncher/
          • cruncher.config.yaml cruncher main configuration file
  3. Use the following template for your cruncher.config.yaml file:

    cruncher.config.yaml
    profiles:
    default:
    connectors: [mock]
    connectors:
    - name: mock
    type: mocked_data
    params: {}
  4. Launch Cruncher and start exploring!

  5. Configure your data sources and adapters as needed.
    You can find more information on how to configure adapters in the Adapters documentation.