Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chuck-confluent committed Jan 25, 2022
1 parent 1b7e07d commit e2cacc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ Template repo for a lab environment with confluent and ccloud CLIs installed. Th

## Features

See `.gitpod.yml`. Several tasks can be uncommented to unlock different features.

- Uses Gitpod's default "workspace-full" ubuntu workspace, which includes [a lot of stuff](https://github.com/gitpod-io/workspace-images/blob/master/full/Dockerfile)
- We could probably slim the image by customizing on top of gitpod/workspace-base. This would decrease image pull time.
- confluent and ccloud CLIs installed, in PATH, with autocompletion
- Confluent Platform installed at /home/gitpod/confluent-${CONFLUENT_VERSION}, with all binaries in PATH (e.g. kafka-console-producer, perf tests, kafka-cluster-links, etc)
- On launch, `confluent local services start` starts all confluent services
- On launch, two datagen source connectors are automatically started
- On launch, Confluent Control Center opens
- On launch, the `confluent` CLI dynamically connects to the user's Confluent Cloud environment

What other features would you like to see? File an issue or make a pull request.

Expand Down

0 comments on commit e2cacc4

Please sign in to comment.