hugegraph-sync/hugegraph-dist/docker
Dandelion d4b95ca323
feat: support Cassandra with docker-compose in server (#2307)
## Main Changes

1. change the dockerfile, adding the shell to wait for storage backend and use a docker-entrypoint.sh to manage the starting process.
2. delete a deprecated class in  gremlin-console.sh (reference: [doc of ScriptExecutor](https://tinkerpop.apache.org/javadocs/3.2.3/full/org/apache/tinkerpop/gremlin/groovy/jsr223/ScriptExecutor.html))
3. add a healthy check in docker-compose
4. add an example folder where we can put all the template docker-compose.yml here
5. add `*swagger-ui*` in gitignore, which appears after you compile the source code locally.

---------

Co-authored-by: imbajin <jin@apache.org>
2023-10-23 16:29:42 +08:00
..
example feat: support Cassandra with docker-compose in server (#2307) 2023-10-23 16:29:42 +08:00
scripts feat: support Cassandra with docker-compose in server (#2307) 2023-10-23 16:29:42 +08:00
docker-entrypoint.sh feat: support Cassandra with docker-compose in server (#2307) 2023-10-23 16:29:42 +08:00