Setting Up Community Edition

This quick start guide will walk you through installing and starting Lenses using the Community Edition, an all-in one docker compose, including Kafka brokers.

Run the following command:

terminal
curl -L https://lenses.io/preview -o docker-compose.yml \
 && ACCEPT_EULA=true docker compose up -d --wait \
 && echo "Lenses.io is running on http://localhost:9991"

The very first time you run this command it will take a bit longer as Docker has to download the images. Subsequent runs should take much less time.

Once the images are pulled and containers started, you can log in by going to http://localhost:9991 or the IP of your Docker host.

User name: admin 
Password: admin

Community login

The quick start uses a docker-compose file to:

1

Start Postgres, the Agent uses Postgres as a backing store.

2

Start a single local Kafka Broker

3

Start a local Confluent Schema Registry

4

Start HQ and create an environment & agent key

5

Start Agent and connect to Kafka, the Schema Registry and HQ.

Last updated

Was this helpful?