Quickstart
Run locally
To run Parseable locally, run the following command to start Parseable in local mode on your machine:
docker run -p 8000:8000 quay.io/parseablehq/parseable:latest parseable local-storeOnce the container is running successfully, go to http://localhost:8000 and login with the default credentials admin / admin.
You'll see the setup screen where you can import sample data in one click. This will also create few dashboards and queries to get you started.
Parseable Pro
To get started with our full managed cloud offering, sign up for Parseable Pro for a free 14 days trial, without any credit card required. Parseable Pro includes all the features of Parseable, with the added benefits of a fully managed service, automatic updates, and dedicated support.
Sign up
Sign up on https://app.parseable.com/ to create your account.
Ingest data
You can connect to your data sources in a few clicks and start ingesting your data. Parseable supports a wide range of data sources - refer the "Ingesting data" section in the documentation for more details.
Create your first dashboard
Once your data is ingested, you can start creating dashboards and queries to analyze your data.
Set your first alert
You can set up alerts to get notified when certain conditions are met in your data. For example, you can set up an alert to get notified when the number of errors in your application exceeds a certain threshold.
Production installation
To deploy Parseable in a production environment, refer to the production installation guide.
Was this page helpful?