{"id":26032666,"url":"https://github.com/apache/incubator-hugegraph-toolchain","last_synced_at":"2025-04-13T00:48:57.837Z","repository":{"id":37711953,"uuid":"144999365","full_name":"apache/incubator-hugegraph-toolchain","owner":"apache","description":"HugeGraph toolchain - include a series useful graph modules","archived":false,"fork":false,"pushed_at":"2025-03-06T01:06:26.000Z","size":10435,"stargazers_count":97,"open_issues_count":74,"forks_count":96,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-13T00:48:48.272Z","etag":null,"topics":["apache","client","graph","hugegraph","tool"],"latest_commit_sha":null,"homepage":"https://hugegraph.apache.org/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-16T14:29:13.000Z","updated_at":"2025-04-08T19:18:37.000Z","dependencies_parsed_at":"2023-10-16T18:34:40.339Z","dependency_job_id":"3aee20b3-4547-4219-9d47-ecdbeb9f9ec1","html_url":"https://github.com/apache/incubator-hugegraph-toolchain","commit_stats":{"total_commits":645,"total_committers":55,"mean_commits":"11.727272727272727","dds":0.7844961240310078,"last_synced_commit":"f6588bd93a8db84250c2d66dba0e25d70a84d876"},"previous_names":["hugegraph/hugegraph-loader","apache/hugegraph-toolchain"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-hugegraph-toolchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-hugegraph-toolchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-hugegraph-toolchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-hugegraph-toolchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/incubator-hugegraph-toolchain/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650436,"owners_count":21139672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache","client","graph","hugegraph","tool"],"created_at":"2025-03-06T22:37:12.078Z","updated_at":"2025-04-13T00:48:57.816Z","avatar_url":"https://github.com/apache.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hugegraph-toolchain\n\n[![License](https://img.shields.io/badge/license-Apache%202-0E78BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)\n[![Build Status](https://github.com/apache/hugegraph-toolchain/actions/workflows/client-ci.yml/badge.svg)](https://github.com/apache/hugegraph-toolchain/actions/workflows/client-ci.yml)\n[![Build Status](https://github.com/apache/hugegraph-toolchain/actions/workflows/loader-ci.yml/badge.svg)](https://github.com/apache/hugegraph-toolchain/actions/workflows/loader-ci.yml)\n[![Build Status](https://github.com/apache/hugegraph-toolchain/actions/workflows/hubble-ci.yml/badge.svg)](https://github.com/apache/hugegraph-toolchain/actions/workflows/hubble-ci.yml)\n[![Build Status](https://github.com/apache/hugegraph-toolchain/actions/workflows/tools-ci.yml/badge.svg)](https://github.com/apache/hugegraph-toolchain/actions/workflows/tools-ci.yml)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.hugegraph/hugegraph-client/badge.svg)](https://mvnrepository.com/artifact/org.apache.hugegraph/hugegraph-client)\n\n`hugegraph-toolchain` is the integration project contains a series of utilities for [HugeGraph](https://github.com/apache/hugegraph), \nit includes 5+ main modules.\n\n## Modules\n\n- [hugegraph-loader](./hugegraph-loader): Loading datasets into the HugeGraph from multiple data sources.\n- [hugegraph-hubble](./hugegraph-hubble): Online HugeGraph management and analysis dashboard (Include: data loading, schema management, graph traverser and display).\n- [hugegraph-tools](./hugegraph-tools): Command line tool for deploying, managing and backing-up/restoring graphs from HugeGraph.\n- [hugegraph-client](./hugegraph-client): A Java-written client for HugeGraph, providing `RESTful` APIs for accessing graph vertex/edge/schema/gremlin/variables and traversals etc.\n- [hugegraph-client-go](./hugegraph-client-go): A Go-written client for HugeGraph, providing `RESTful` APIs for accessing graph vertex/edge/schema/gremlin/variables and traversals etc. (WIP)\n- [hugegraph-spark-connector](./hugegraph-spark-connector): A Spark connector for reading \u0026 writing HugeGraph data in Spark standard format.\n\n## Usage\n\n- [hugegraph-loader](./hugegraph-loader): We can follow the [doc](https://hugegraph.apache.org/docs/quickstart/hugegraph-loader/) to learn how to quickly start with `loader`.\n- [hugegraph-hubble](./hugegraph-hubble): We can follow the [doc](https://hugegraph.apache.org/docs/quickstart/hugegraph-hubble/) to learn how to quickly start with `hubble`.\n- [hugegraph-client](./hugegraph-client): We can follow the [doc](https://hugegraph.apache.org/docs/quickstart/hugegraph-client/) to learn how to quickly start with `client`.\n\n## Maven Dependencies\n\nYou could use import the dependencies in `maven` like this:\n\n```xml\n  \u003c!-- Note: use the latest release version in maven repo, here is just an example --\u003e\n  \u003cdependency\u003e\n       \u003cgroupId\u003eorg.apache.hugegraph\u003c/groupId\u003e\n       \u003cartifactId\u003ehugegraph-client\u003c/artifactId\u003e\n       \u003cversion\u003e1.5.0\u003c/version\u003e\n  \u003c/dependency\u003e\n  \n  \u003cdependency\u003e\n       \u003cgroupId\u003eorg.apache.hugegraph\u003c/groupId\u003e\n       \u003cartifactId\u003ehugegraph-loader\u003c/artifactId\u003e\n       \u003cversion\u003e1.5.0\u003c/version\u003e\n  \u003c/dependency\u003e\n```\n\nAnd here are links of other **HugeGraph** component/repositories:\n1. [hugegraph](https://github.com/apache/hugegraph) (**[pd](https://github.com/apache/hugegraph/tree/master/hugegraph-pd)/[store](https://github.com/apache/hugegraph/tree/master/hugegraph-store)/[server](https://github.com/apache/hugegraph/tree/master/hugegraph-server)/[commons](https://github.com/apache/hugegraph/tree/master/hugegraph-commons)**)\n2. [hugegraph-computer](https://github.com/apache/hugegraph-computer) (integrated **graph computing** system)\n3. [hugegraph-ai](https://github.com/apache/incubator-hugegraph-ai) (integrated **Graph AI/LLM/KG** system)\n4. [hugegraph-website](https://github.com/apache/hugegraph-doc) (**doc \u0026 website** code)\n\n\n## Doc\n\nThe [project homepage](https://hugegraph.apache.org/docs/quickstart/) contains more information about `hugegraph-toolchain`. \n\n## License\n\nhugegraph-toolchain is licensed under [Apache 2.0](https://github.com/apache/hugegraph-toolchain/blob/master/LICENSE) License.\n\n## Contributing\n\n- Welcome to contribute to HugeGraph, please see [How to Contribute](https://hugegraph.apache.org/docs/contribution-guidelines/contribute/) for more information.\n- Note: It's recommended to use [GitHub Desktop](https://desktop.github.com/) to greatly simplify the PR and commit process.\n- Thank you to all the people who already contributed to HugeGraph!\n\n[![contributors graph](https://contrib.rocks/image?repo=apache/hugegraph-toolchain)](https://github.com/apache/hugegraph-toolchain/graphs/contributors)\n\n### Contact Us\n\n---\n\n - [GitHub Issues](https://github.com/apache/hugegraph-toolchain/issues): Feedback on usage issues and functional requirements (quick response)\n - Feedback Email: [dev@hugegraph.apache.org](mailto:dev@hugegraph.apache.org) ([subscriber](https://hugegraph.apache.org/docs/contribution-guidelines/subscribe/) only)\n - WeChat public account: Apache HugeGraph, welcome to scan this QR code to follow us.\n\n \u003cimg src=\"https://raw.githubusercontent.com/apache/hugegraph-doc/master/assets/images/wechat.png\" alt=\"QR png\" width=\"350\"/\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-hugegraph-toolchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fincubator-hugegraph-toolchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-hugegraph-toolchain/lists"}