加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 6.76 KB
一键复制 编辑 原始数据 按行查看 历史
wangjie 提交于 2022-05-03 20:19 . 添加loki

docker-compose

命名规范

stack名称

格式:dc_{containerName}_{imageVersion}_{serviceMode}
举例:dc_mongodb_4-2-9_standalone、dc_mongodb_4.2.9_replic、dc_mongodb_4.2.9_shard
dc表示docker-compose的单词缩写,以此作为前缀

容器名称

格式:dc_{containerName}_{imageVersion}_{serviceMode}_{nodeNumber}
举例:dc_mongodb_4.2.9_standalone、dc_mongodb_4.2.9_replic_01、dc_mongodb_4.2.9_replic_02、dc_mongodb_4.2.9_shard_01
dc表示docker-compose的单词缩写,以此作为前缀

开发进度

数据库

关系型数据库

名称 描述 进度
MySQL :white_check_mark:
MariaDB :white_check_mark:
SQL Server :ballot_box_with_check:
Oracle :ballot_box_with_check:
PostgreSQL :white_check_mark:
DB2 :ballot_box_with_check:

时序数据库

名称 描述 进度
InfluxDB :ballot_box_with_check:
RRDtool :ballot_box_with_check:
Graphite :ballot_box_with_check:
OpcnTSDB :ballot_box_with_check:
Kdb+ :ballot_box_with_check:

键/值数据库

名称 描述 进度
Redis :white_check_mark:
Memcached :ballot_box_with_check:
Riak KV :ballot_box_with_check:
Hazelcast :ballot_box_with_check:

文档数据库

名称 描述 进度
MongoDB :white_check_mark:
Couchbase :ballot_box_with_check:
Amazon DynamoDB :ballot_box_with_check:
CouchDB :ballot_box_with_check:
MarkLogic :ballot_box_with_check:

图库数据库

名称 描述 进度
Neo4j :white_check_mark:
OrientDB :ballot_box_with_check:
Titan :ballot_box_with_check:
Virtuoso :ballot_box_with_check:
ArangoDB :ballot_box_with_check:

搜索引擎数据库

名称 描述 进度
Elasticsearch :white_check_mark:
Solr :ballot_box_with_check:
MarkLogic :ballot_box_with_check:
Sphinx :ballot_box_with_check:

对象数据库

名称 描述 进度
Caché :ballot_box_with_check:
Db4o :ballot_box_with_check:
Versant Object Database :ballot_box_with_check:
ObjcctStore :ballot_box_with_check:
Matisse :ballot_box_with_check:

宽列数据库

名称 描述 进度
Cassandra :ballot_box_with_check:
HBase :ballot_box_with_check:
Accumulo :ballot_box_with_check:

中间件

消息中间件

名称 描述 进度
RabbitMQ :white_check_mark:
ActiveMQ :ballot_box_with_check:
RocketMQ :white_check_mark:
Kafka :white_check_mark:

事务中间件

名称 描述 进度
Tx-LCN :ballot_box_with_check:
Seata :ballot_box_with_check:
Raincat :ballot_box_with_check:

存储中间件

名称 描述 进度
MinIO :white_check_mark:
FastDFS :ballot_box_with_check:

配置中间件

名称 描述 进度
Nacos :white_check_mark:
Apollo :ballot_box_with_check:

任务中间件

名称 描述 进度
XXL-JOB :white_check_mark:
Elastic-Job :ballot_box_with_check:

其他

名称 描述 进度
Portainer :white_check_mark:
Yearning :white_check_mark:
Nginx :ballot_box_with_check:
ELK :ballot_box_with_check:
Filebeat :ballot_box_with_check:
Sentinel :ballot_box_with_check:
GitLab :white_check_mark:
GitLab-Runner :white_check_mark:
Jenkins :white_check_mark:
Nextcloud :ballot_box_with_check:
Walle :ballot_box_with_check:
Grafana :white_check_mark:
Grafana Loki :ballot_box_with_check:
Graylog :ballot_box_with_check:
YApi :ballot_box_with_check:
Zookeeper :white_check_mark:
Flowable :ballot_box_with_check:
Prometheus :white_check_mark:
Zipkin :ballot_box_with_check:
Rancher :ballot_box_with_check:
SonarQube :white_check_mark:
Skywalking :white_check_mark:
Kibana :white_check_mark:
Alertmanager :white_check_mark:
Node-exporter :white_check_mark:
Cadvisor :white_check_mark:
Nexus3 :white_check_mark:
elasticsearch-head :white_check_mark:
elastichd :white_check_mark:
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化