HugeGraph-1375: support custom format for dumping graph

Steps for usage:
1.add custom formatter like CustomFormatter to com/baidu/hugegraph/formatter/
2.use it like: hugegraph dump -d dump-dir --formatter CustomFormatter

Change-Id: I83c304c7e7726e49cc5543b321c99dc3eef58778
16 files changed
tree: 79b3db560616a7c43e99694b824bdf69189a74b5
  1. assembly/
  2. src/
  3. .gitattributes
  4. .gitignore
  5. build.sh
  6. ci.yml
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

HugeGraph-Tools

HugeGraph-Tools is a customizable command line utility for deploying, managing and backing up/restoring graphs from HugeGraph database.

Main Functions

  • Deploy and clear HugeGraph-Server and HugeGraph-Studio automatically.
  • Manage graphs and query with Gremlin from multiple HugeGraph databases essily.
  • Backup/restore graph schema and graph data from/to HugeGraph databases conveniently, also support backup periodically

Learn More

The project homepage contains more information about HugeGraph-Tools.

License

HugeGraph-Tools is licensed under Apache 2.0 License.