An open API service indexing awesome lists of open source software.

https://github.com/superiorlu/things

Quick Start Database and Middleware using Docker Compose on Development.
https://github.com/superiorlu/things

docker docker-compose kafka middleware mongodb mysql nacos redis

Last synced: 3 months ago
JSON representation

Quick Start Database and Middleware using Docker Compose on Development.

Awesome Lists containing this project

README

          

## Things

Quick Start Database and Middleware using Docker Compose on Development.

### Usage

1. Start Services

```shell
$> docker-compose up
```

2. Start the Specified Services

```shell
$> docker-compose up redis postgresql
```

### Services

- Redis
- PostgreSQL
- RabbitMQ
- MongoDB
- MySQL
- Metabase
- Zookeeper
- Kafka
- Kafka_center
- Redisjson
- Cerebro
- ProxyPool
- Nacos

### Resources

1. [Docker Destop](https://docs.docker.com/desktop/)
2. [Docker Compose](https://docs.docker.com/compose/)