Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 686 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 686 Bytes

tools

Collections of development tools and containers for me to use in my projects

Containers

Databases / Storage

  • PostgreSQL
    • Relational database (SQL)
  • MongoDB
    • NoSQL database (document-oriented)
  • Redis
    • In-memory database (key-value store)
  • Minio
    • Object Storage (S3 compatible)

Messaging

  • RabbitMQ
    • Message Broker
  • Kafka
    • Distributed Streaming Platform (pub/sub)

Monitoring