Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 2.84 KB

README.md

File metadata and controls

45 lines (35 loc) · 2.84 KB

docker-setup

This repository holds some useful and frequently accessed Docker template yaml files for quick reference.

Working Technologies Stack

azure kafka zookeeper docker mongo redis redis-commander

Dependencies

  • Azurite - Azurite emulator for local Azure Storage development
  • Apache Kafka - Streaming platform for high-performance data pipelines, streaming analytics, data integration
  • Apache Zookeeper - Service for maintaining configuration information and providing distributed synchronization
  • Docker - Platform as a service for OS-level virtualization to deliver software in packages
  • MongoDB - NoSQL database program
  • Redis - In-memory data store used for database, cache, streaming engine, and message broker
  • Redis-Commander - A node.js web application used to view, edit, and manage a Redis Database

Quick Reference Commands

Start Docker

docker-compose -f <DOCKER_CONFIG_FILENAME> up -d

Stop Docker

docker-compose -f <DOCKER_CONFIG_FILENAME> down

Disclaimer

Copyright disclaimer under section 107 of the Copyright Act 1976, allowance is made for “fair use” for purposes such as criticism, comment, news reporting, teaching, scholarship, education and research.

Fair use is a use permitted by copyright statute that might otherwise be infringing.