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
wget https://lenses.io/preview -O docker-compose.yml \
&& ACCEPT_EULA=true docker compose up

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.

Also note you can run ACCEPT_EULA=true docker compose up -d to run your compose command in detached mode.

Once the images are pulled and containers started, you can login 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 to connect to Kafka, the Schema Registry and HQ.

Last updated

Was this helpful?