apache / incubator-hugegraph

A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://hugegraph.apache.org
Apache License 2.0
2.63k stars 517 forks source link

[Feature] Want an easy way like docker-compose to get start #2094

Open zhenghongxun123 opened 1 year ago

zhenghongxun123 commented 1 year ago

Feature Description (功能描述)

因为HugeGraph 部署时,需要前置环境不较多,比如JDK版本最低限制,GCC编译限制等等前置条件。因此HugeGraph 是否提供docker-compose 简易式安装方式 ,以便减少个人部署难度。

imbajin commented 1 year ago

Thanks for your feedback, we also have the plan to enhance the use experience, follow the issue #840 docker-compose is a subtask which already recorded. (but not implement yet)

PR #2046 will support use the latest code to use in Dockerfile, we'll provide a dockerhub link for users to use directly like docker pull xx/hugegraph first

If you are interested, also welcome to participate in the contribution, or participate in the relevant internal test 😄