@@ -4,15 +4,22 @@ A collection of Docker Compose files I've used to quickly spin up local database
4
4
5
5
# Included Databases
6
6
7
- Database | Docker Compose Configuration | Website
8
- ---------- | ---------------------------- | ----------------------------------
9
- DynamoDB | [ ./dynamo] ( ./dynamo/ ) | < https://aws.amazon.com/dynamodb/ >
10
- Fauna | [ ./fauna] ( ./fauna/ ) | < https://fauna.com/ >
11
- MariaDB | [ ./maria] ( ./maria/ ) | < https://mariadb.org/ >
12
- MongoDB | [ ./mongo] ( ./mongo/ ) | < https://www.mongodb.com/ >
13
- MySQL | [ ./mysql] ( ./mysql/ ) | < https://www.mysql.com/ >
14
- PostgreSQL | [ ./postgres] ( ./postgres/ ) | < https://www.postgresql.org/ >
15
- Redis | [ ./redis] ( ./redis/ ) | < https://redis.io/ >
7
+ Database | Docker Compose Configuration | Website
8
+ ----------- | ------------------------------- | ----------------------------------
9
+ Aerospike | [ ./aerospike] ( ./aerospike ) | < https://aerospike.com/ >
10
+ ClickHouse | [ ./clickhouse] ( ./clickhouse ) | < https://clickhouse.tech/ >
11
+ DynamoDB | [ ./dynamo] ( ./dynamo/ ) | < https://aws.amazon.com/dynamodb/ >
12
+ Fauna | [ ./fauna] ( ./fauna/ ) | < https://fauna.com/ >
13
+ MariaDB | [ ./maria] ( ./maria/ ) | < https://mariadb.org/ >
14
+ MeiliSearch | [ ./meilisearch] ( ./meilisearch/ ) | < https://meilisearch.com/ >
15
+ MongoDB | [ ./mongo] ( ./mongo/ ) | < https://mongodb.com/ >
16
+ MySQL | [ ./mysql] ( ./mysql/ ) | < https://mysql.com/ >
17
+ PostgreSQL | [ ./postgres] ( ./postgres/ ) | < https://postgresql.org/ >
18
+ Redis | [ ./redis] ( ./redis/ ) | < https://redis.io/ >
19
+ ScyllDB | [ ./scylla] ( ./scylla ) | < https://scylladb.com/ >
20
+ Tarantool | [ ./tarantool] ( ./tarantool/ ) | < https://tarantool.io/ >
21
+ TiDB | [ ./tidb] ( ./tidb/ ) | < https://pingcap.com/ >
22
+ YugaByteDB | [ ./yugabyte] ( ./yugabyte ) | < https://yugabyte.com/ >
16
23
17
24
## Usage
18
25
@@ -31,3 +38,9 @@ docker-compose down -v
31
38
## Contributions
32
39
33
40
If you have a Docker Compose configuration for a database not seen here, please consider making a pull request to add it!
41
+
42
+ ## TODO
43
+
44
+ - add data volume binding for each database
45
+ - add all possible environment variables
46
+ - add example how to connect with client, with or without docker (have client program installed), and with go
0 commit comments