Skip to content

hansehe/KafkaOnContainers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KafkaOnContainers

Spike to get to know Kafka

Get Started

  1. Install Docker
  2. Install Python and pip
  3. Install python dependencies:
    • pip install -r requirements.txt
  4. See available commands:
    • python DockerBuild.py help

Build & Run

  1. Start domain development by deploying service dependencies:
    • python DockerBuild.py start-dev
  2. Build solution as container images:
    • python DockerBuild.py build
  3. Test solution in containers:
    • python DockerBuild.py test
  4. Run solution in containers:
    • python DockerBuild.py run
  5. Open solution and continue development:
  6. Stop development when you feel like it:
    • python DockerBuild.py stop-dev

Additional Info

Buildsystem

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published