From fe329c80ebdf167dece9f767333d06db5b6f25aa Mon Sep 17 00:00:00 2001 From: Sun-ZhenXing <1006925066@qq.com> Date: Wed, 15 Oct 2025 09:58:35 +0800 Subject: [PATCH] feat: remove kuzu --- README.md | 39 +++--- README.zh.md | 121 +++++++++--------- src/kuzu/README.md | 57 --------- .../docker-compose.yaml | 4 +- src/nginx/docker-compose.yaml | 2 +- 5 files changed, 82 insertions(+), 141 deletions(-) delete mode 100644 src/kuzu/README.md diff --git a/README.md b/README.md index cc749b1..a932303 100644 --- a/README.md +++ b/README.md @@ -6,34 +6,37 @@ Compose Anything helps users quickly deploy various services by providing a set | Service | Version | | -------------------------------------------------------- | ---------------------------- | -| [Apache HTTP Server](./src/apache) | 2.4.62 | | [Apache APISIX](./src/apisix) | 3.13.0 | -| [Bifrost Gateway](./src/bifrost-gateway) | 1.2.15 | | [Apache Cassandra](./src/cassandra) | 5.0.2 | +| [Apache HTTP Server](./src/apache) | 2.4.62 | +| [Apache Kafka](./src/kafka) | 7.8.0 | +| [Bifrost Gateway](./src/bifrost-gateway) | 1.2.15 | +| [Bytebot](./src/bytebot) | edge | | [Clash](./src/clash) | 1.18.0 | -| [HashiCorp Consul](./src/consul) | 1.20.3 | +| [Dify](./src/dify) | 0.18.2 | | [Docker Registry](./src/docker-registry) | 3.0.0 | | [Elasticsearch](./src/elasticsearch) | 8.16.1 | | [etcd](./src/etcd) | 3.6.0 | | [frpc](./src/frpc) | 0.64.0 | | [frps](./src/frps) | 0.64.0 | -| [Gitea](./src/gitea) | 1.24.6 | | [Gitea Runner](./src/gitea-runner) | 0.2.12 | -| [GitLab](./src/gitlab) | 17.10.4-ce.0 | +| [Gitea](./src/gitea) | 1.24.6 | | [GitLab Runner](./src/gitlab-runner) | 17.10.1 | +| [GitLab](./src/gitlab) | 17.10.4-ce.0 | +| [GPUStack](./src/gpustack) | v0.5.3 | | [Grafana](./src/grafana) | 12.1.1 | | [Halo](./src/halo) | 2.21.9 | | [Harbor](./src/harbor) | v2.12.0 | +| [HashiCorp Consul](./src/consul) | 1.20.3 | | [IOPaint](./src/io-paint) | latest | | [Jenkins](./src/jenkins) | 2.486-lts | -| [Apache Kafka](./src/kafka) | 7.8.0 | | [Kibana](./src/kibana) | 8.16.1 | | [Kodbox](./src/kodbox) | 1.62 | | [Kong](./src/kong) | 3.8.0 | | [Langfuse](./src/langfuse) | 3.115.0 | | [Logstash](./src/logstash) | 8.16.1 | -| [Milvus Standalone](./src/milvus-standalone) | 2.6.2 | | [Milvus Standalone Embed](./src/milvus-standalone-embed) | 2.6.2 | +| [Milvus Standalone](./src/milvus-standalone) | 2.6.2 | | [MinerU SGALNG](./src/mineru-sgalng) | 2.2.2 | | [MinerU v2](./src/mineru-v2) | 2.5.3 | | [MinIO](./src/minio) | RELEASE.2025-09-07T16-13-09Z | @@ -41,30 +44,26 @@ Compose Anything helps users quickly deploy various services by providing a set | [MongoDB Standalone](./src/mongodb-standalone) | 8.0.13 | | [MySQL](./src/mysql) | 9.4.0 | | [n8n](./src/n8n) | 1.114.0 | +| [Nacos](./src/nacos) | v3.1.0 | +| [NebulaGraph](./src/nebulagraph) | v3.8.0 | +| [Neo4j](./src/neo4j) | 5.27.4 | | [Nginx](./src/nginx) | 1.29.1 | +| [Node Exporter](./src/node-exporter) | v1.8.2 | +| [Odoo](./src/odoo) | 19.0 | | [Ollama](./src/ollama) | 0.12.0 | | [Open WebUI](./src/open-webui) | main | +| [OpenCoze](./src/opencoze) | See Docs | | [OpenCut](./src/opencut) | latest | +| [OpenList](./src/openlist) | latest | | [PocketBase](./src/pocketbase) | 0.30.0 | | [PostgreSQL](./src/postgres) | 17.6 | | [Prometheus](./src/prometheus) | 3.5.0 | | [Qdrant](./src/qdrant) | 1.15.4 | | [RabbitMQ](./src/rabbitmq) | 4.1.4 | -| [Redis](./src/redis) | 8.2.1 | | [Redis Cluster](./src/redis-cluster) | 8.2.1 | -| [ZooKeeper](./src/zookeeper) | 3.9.3 | -| [Nacos](./src/nacos) | v3.1.0 | -| [Dify](./src/dify) | 0.18.2 | -| [GPUStack](./src/gpustack) | v0.5.3 | +| [Redis](./src/redis) | 8.2.1 | | [vLLM](./src/vllm) | v0.8.0 | -| [Bytebot](./src/bytebot) | edge | -| [Neo4j](./src/neo4j) | 5.27.4 | -| [NebulaGraph](./src/nebulagraph) | v3.8.0 | -| [Kuzu](./src/kuzu) | N/A (Embedded) | -| [Odoo](./src/odoo) | 19.0 | -| [OpenCoze](./src/opencoze) | See Docs | -| [OpenList](./src/openlist) | latest | -| [Node Exporter](./src/node-exporter) | v1.8.2 | +| [ZooKeeper](./src/zookeeper) | 3.9.3 | ## Guidelines diff --git a/README.zh.md b/README.zh.md index 1df57bd..da4becf 100644 --- a/README.zh.md +++ b/README.zh.md @@ -4,67 +4,66 @@ Compose Anything 通过提供一组高质量的 Docker Compose 配置文件, ## 已经支持的服务 -| 服务 | 版本 | -| ------------------------------------------------------------- | ----------------------------- | -| [Apache HTTP Server](./src/apache) | 2.4.62 | -| [Apache APISIX](./src/apisix) | 3.13.0 | -| [Bifrost Gateway](./src/bifrost-gateway) | 1.2.15 | -| [Apache Cassandra](./src/cassandra) | 5.0.2 | -| [Clash](./src/clash) | 1.18.0 | -| [HashiCorp Consul](./src/consul) | 1.20.3 | -| [Dify](./src/dify) | latest | -| [Dockge](./src/dockge) | 1 | -| [Docker Registry](./src/docker-registry) | 3.0.0 | -| [Elasticsearch](./src/elasticsearch) | 8.16.1 | -| [etcd](./src/etcd) | 3.6.0 | -| [Firecrawl](./src/firecrawl) | v1.16.0 | -| [frpc](./src/frpc) | 0.64.0 | -| [frps](./src/frps) | 0.64.0 | -| [Gitea](./src/gitea) | 1.24.6 | -| [Gitea Runner](./src/gitea-runner) | 0.2.12 | -| [GitLab](./src/gitlab) | 17.10.4-ce.0 | -| [GitLab Runner](./src/gitlab-runner) | 17.10.1 | -| [Grafana](./src/grafana) | 12.1.1 | -| [Halo](./src/halo) | 2.21.9 | -| [Harbor](./src/harbor) | v2.12.0 | -| [IOPaint](./src/io-paint) | latest | -| [Jenkins](./src/jenkins) | 2.486-lts | -| [Apache Kafka](./src/kafka) | 7.8.0 | -| [Kibana](./src/kibana) | 8.16.1 | -| [Kodbox](./src/kodbox) | 1.62 | -| [Kong](./src/kong) | 3.8.0 | -| [Langfuse](./src/langfuse) | 3.115.0 | -| [Logstash](./src/logstash) | 8.16.1 | -| [MariaDB Galera](./src/mariadb-galera) | 11.7.2 | -| [Minecraft Bedrock Server](./src/minecraft-bedrock-server) | latest | -| [Milvus Standalone](./src/milvus-standalone) | 2.6.2 | -| [Milvus Standalone Embed](./src/milvus-standalone-embed) | 2.6.2 | -| [MinerU SGALNG](./src/mineru-sgalng) | 2.2.2 | -| [MinerU v2](./src/mineru-v2) | 2.5.3 | -| [MinIO](./src/minio) | RELEASE.2025-09-07T16-13-09Z | -| [MLflow](./src/mlflow) | v2.20.2 | -| [MongoDB ReplicaSet](./src/mongodb-replicaset) | 8.0.13 | -| [MongoDB Standalone](./src/mongodb-standalone) | 8.0.13 | -| [MySQL](./src/mysql) | 9.4.0 | -| [n8n](./src/n8n) | 1.114.0 | -| [Nginx](./src/nginx) | 1.29.1 | -| [Ollama](./src/ollama) | 0.12.0 | -| [Open WebUI](./src/open-webui) | main | -| [OpenCoze](./src/opencoze) | 见文档 | -| [OpenCut](./src/opencut) | latest | -| [OpenSearch](./src/opensearch) | 2.19.0 | -| [PocketBase](./src/pocketbase) | 0.30.0 | -| [PostgreSQL](./src/postgres) | 17.6 | -| [Prometheus](./src/prometheus) | 3.5.0 | -| [PyTorch](./src/pytorch) | 2.6.0-cuda12.6-cudnn9-runtime | -| [Qdrant](./src/qdrant) | 1.15.4 | -| [RabbitMQ](./src/rabbitmq) | 4.1.4 | -| [Ray](./src/ray) | 2.42.1-py312 | -| [Redis](./src/redis) | 8.2.1 | -| [Stable Diffusion WebUI](./src/stable-diffusion-webui-docker) | latest | -| [Stirling PDF](./src/stirling-pdf) | latest | -| [Valkey](./src/valkey) | 8.0-alpine | -| [Valkey Cluster](./src/valkey-cluster) | 8.0-alpine | +| 服务 | 版本 | +| -------------------------------------------------------- | ---------------------------- | +| [Apache APISIX](./src/apisix) | 3.13.0 | +| [Apache Cassandra](./src/cassandra) | 5.0.2 | +| [Apache HTTP Server](./src/apache) | 2.4.62 | +| [Apache Kafka](./src/kafka) | 7.8.0 | +| [Bifrost Gateway](./src/bifrost-gateway) | 1.2.15 | +| [Bytebot](./src/bytebot) | edge | +| [Clash](./src/clash) | 1.18.0 | +| [Dify](./src/dify) | 0.18.2 | +| [Docker Registry](./src/docker-registry) | 3.0.0 | +| [Elasticsearch](./src/elasticsearch) | 8.16.1 | +| [etcd](./src/etcd) | 3.6.0 | +| [frpc](./src/frpc) | 0.64.0 | +| [frps](./src/frps) | 0.64.0 | +| [Gitea Runner](./src/gitea-runner) | 0.2.12 | +| [Gitea](./src/gitea) | 1.24.6 | +| [GitLab Runner](./src/gitlab-runner) | 17.10.1 | +| [GitLab](./src/gitlab) | 17.10.4-ce.0 | +| [GPUStack](./src/gpustack) | v0.5.3 | +| [Grafana](./src/grafana) | 12.1.1 | +| [Halo](./src/halo) | 2.21.9 | +| [Harbor](./src/harbor) | v2.12.0 | +| [HashiCorp Consul](./src/consul) | 1.20.3 | +| [IOPaint](./src/io-paint) | latest | +| [Jenkins](./src/jenkins) | 2.486-lts | +| [Kibana](./src/kibana) | 8.16.1 | +| [Kodbox](./src/kodbox) | 1.62 | +| [Kong](./src/kong) | 3.8.0 | +| [Langfuse](./src/langfuse) | 3.115.0 | +| [Logstash](./src/logstash) | 8.16.1 | +| [Milvus Standalone Embed](./src/milvus-standalone-embed) | 2.6.2 | +| [Milvus Standalone](./src/milvus-standalone) | 2.6.2 | +| [MinerU SGALNG](./src/mineru-sgalng) | 2.2.2 | +| [MinerU v2](./src/mineru-v2) | 2.5.3 | +| [MinIO](./src/minio) | RELEASE.2025-09-07T16-13-09Z | +| [MongoDB ReplicaSet](./src/mongodb-replicaset) | 8.0.13 | +| [MongoDB Standalone](./src/mongodb-standalone) | 8.0.13 | +| [MySQL](./src/mysql) | 9.4.0 | +| [n8n](./src/n8n) | 1.114.0 | +| [Nacos](./src/nacos) | v3.1.0 | +| [NebulaGraph](./src/nebulagraph) | v3.8.0 | +| [Neo4j](./src/neo4j) | 5.27.4 | +| [Nginx](./src/nginx) | 1.29.1 | +| [Node Exporter](./src/node-exporter) | v1.8.2 | +| [Odoo](./src/odoo) | 19.0 | +| [Ollama](./src/ollama) | 0.12.0 | +| [Open WebUI](./src/open-webui) | main | +| [OpenCoze](./src/opencoze) | See Docs | +| [OpenCut](./src/opencut) | latest | +| [OpenList](./src/openlist) | latest | +| [PocketBase](./src/pocketbase) | 0.30.0 | +| [PostgreSQL](./src/postgres) | 17.6 | +| [Prometheus](./src/prometheus) | 3.5.0 | +| [Qdrant](./src/qdrant) | 1.15.4 | +| [RabbitMQ](./src/rabbitmq) | 4.1.4 | +| [Redis Cluster](./src/redis-cluster) | 8.2.1 | +| [Redis](./src/redis) | 8.2.1 | +| [vLLM](./src/vllm) | v0.8.0 | +| [ZooKeeper](./src/zookeeper) | 3.9.3 | ## 规范 diff --git a/src/kuzu/README.md b/src/kuzu/README.md deleted file mode 100644 index b1c61eb..0000000 --- a/src/kuzu/README.md +++ /dev/null @@ -1,57 +0,0 @@ -# Kuzu - -Kuzu is an embedded graph database. It doesn't have an official Docker image for standalone deployment. - -Kuzu is designed to be embedded in applications. To use Kuzu: - -1. **Python**: Install via pip - - ```bash - pip install kuzu - ``` - -2. **C++**: Build from source or use pre-built libraries - -3. **Node.js**: Install via npm - - ```bash - npm install kuzu - ``` - -## Example Usage (Python) - -```python -import kuzu - -# Create a database -db = kuzu.Database("./test_db") -conn = kuzu.Connection(db) - -# Create schema -conn.execute("CREATE NODE TABLE Person(name STRING, age INT64, PRIMARY KEY(name))") -conn.execute("CREATE REL TABLE Knows(FROM Person TO Person)") - -# Insert data -conn.execute("CREATE (:Person {name: 'Alice', age: 30})") -conn.execute("CREATE (:Person {name: 'Bob', age: 25})") -conn.execute("MATCH (a:Person), (b:Person) WHERE a.name = 'Alice' AND b.name = 'Bob' CREATE (a)-[:Knows]->(b)") - -# Query -result = conn.execute("MATCH (a:Person)-[:Knows]->(b:Person) RETURN a.name, b.name") -while result.has_next(): - print(result.get_next()) -``` - -## Reference - -- [Kuzu GitHub](https://github.com/kuzudb/kuzu) -- [Kuzu Documentation](https://kuzudb.com) - -## Notes - -Kuzu is an embedded database and does not run as a standalone service. It's designed to be integrated directly into your application. - -For a standalone graph database service, consider: - -- [Neo4j](../neo4j/) -- [NebulaGraph](../nebulagraph/) diff --git a/src/milvus-standalone-embed/docker-compose.yaml b/src/milvus-standalone-embed/docker-compose.yaml index 603c207..6948209 100644 --- a/src/milvus-standalone-embed/docker-compose.yaml +++ b/src/milvus-standalone-embed/docker-compose.yaml @@ -11,7 +11,7 @@ x-default: &default services: milvus-standalone-embed: <<: *default - image: milvusdb/milvus:${MILVUS_VERSION:-v2.6.2} + image: milvusdb/milvus:${MILVUS_VERSION:-v2.6.3} security_opt: - seccomp:unconfined environment: @@ -48,7 +48,7 @@ services: attu: <<: *default - image: zilliz/attu:${ATTU_VERSION:-v2.6.0} + image: zilliz/attu:${ATTU_VERSION:-v2.6.1} profiles: - attu environment: diff --git a/src/nginx/docker-compose.yaml b/src/nginx/docker-compose.yaml index f26f7ba..0e5ac6e 100644 --- a/src/nginx/docker-compose.yaml +++ b/src/nginx/docker-compose.yaml @@ -11,7 +11,7 @@ x-default: &default services: nginx: <<: *default - image: nginx:${NGINX_VERSION:-1.29.1-alpine3.20} + image: nginx:${NGINX_VERSION:-1.29.2-alpine3.22} container_name: nginx ports: - "${NGINX_HTTP_PORT_OVERRIDE:-80}:80"