{"id":13552988,"url":"https://github.com/graphfoundation/ongdb","last_synced_at":"2026-01-11T16:58:12.286Z","repository":{"id":37790713,"uuid":"158543059","full_name":"graphfoundation/ongdb","owner":"graphfoundation","description":"ONgDB is an independent fork of Neo4j® Enterprise Edition version 3.4.0.rc02 licensed under AGPLv3 and/or Community Edition licensed under GPLv3","archived":false,"fork":false,"pushed_at":"2024-06-13T14:39:45.000Z","size":36076,"stargazers_count":379,"open_issues_count":18,"forks_count":57,"subscribers_count":30,"default_branch":"1.0","last_synced_at":"2024-08-01T12:29:49.385Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.graphfoundation.org/projects/ongdb/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/graphfoundation.png","metadata":{"files":{"readme":"README.asciidoc","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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-11-21T12:14:37.000Z","updated_at":"2024-07-19T20:17:49.000Z","dependencies_parsed_at":"2022-07-09T10:46:12.074Z","dependency_job_id":"4daefa8b-5237-4449-b5bb-48193dc1c487","html_url":"https://github.com/graphfoundation/ongdb","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphfoundation%2Fongdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphfoundation%2Fongdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphfoundation%2Fongdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphfoundation%2Fongdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graphfoundation","download_url":"https://codeload.github.com/graphfoundation/ongdb/tar.gz/refs/heads/1.0","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222920968,"owners_count":17058103,"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":[],"created_at":"2024-08-01T12:02:14.908Z","updated_at":"2026-01-11T16:58:12.281Z","avatar_url":"https://github.com/graphfoundation.png","language":"Java","funding_links":[],"categories":["Java","others","数据库"],"sub_categories":[],"readme":"= ONgDB: Graphs for the People! =\n\n== What is ONgDB?  ==\n\nhttps://graphfoundation.org[ONgDB] _/ Owen-Gee-Dee-Bee /_ which stands for Open Native Graph Database, is an open source, high performance, native graph store with everything you would expect from an enterprise-ready database, including high availability clustering, ACID transactions, and an intuitive, pattern-centric graph query language.\nDevelopers use graph theory-based structures that we call nodes and relationships instead of rows and columns.\nFor many use cases, ONgDB will provide orders of magnitude performance benefits compared to non-native graph, relational and NoSQL databases.\n\nLearn more on the https://graphfoundation.org/projects/ongdb[Graph Foundation ONgDB site].\n\n== Using ONgDB ==\n\nONgDB is available both as a standalone server or an embeddable component.\n\n== Extending ONgDB ==\n\nWe encourage experimentation with ONgDB.\nYou can build plugins to ONgDB, develop library or drivers atop the product, or make contributions directly to the product core.\nYou'll need to sign the Graph Foundation Contributor License Agreement to become a contributor.\n\nNOTE: This GitHub repository contains mixed GPLv3 and AGPLv3 code.\nOur Community edition (in the link:community/[community/] directory) is GPLv3. Our Enterprise edition (link:enterprise/[enterprise/]) is differently licensed under the AGPLv3.\n\n== Dependencies ==\n\nONgDB is built using http://maven.apache.org/[Apache Maven] version 3.6. Maven requires more memory than the standard configuration which can be achieved with `export MAVEN_OPTS=\"-Xmx512m\"`.\n\n== Building ONgDB ==\n\nBefore you start running the unit and integration tests in the ONgDB Maven project on a Linux-like system, you should ensure the limit on open files is set to a reasonable value.\nYou can test it with `ulimit -n`.\nWe recommend you have a limit of at least 40K.\n\n* Run `mvn clean install -DfullBuild -Drevapi.skip=true -DcreateChecksum=true` to build end-to-end with all tests.\n* In case you want to skip tests add the `-DskipTests` flag to the previous command.\n* You may need to increase the memory available to Maven: `export MAVEN_OPTS=\"-Xmx512m\"`.\n\n== Running ONgDB ==\n\nAfter building, cd into `packaging/standalone/target` and extract the edition you want, then\n\n  bin/ongdb start\n\nin the extracted folder to start ONgDB on `localhost:7474`.\n\nOn Windows you want to run\n\n  bin\\ongdb start\n\ninstead.\n\n== Licensing ==\n\nONgDB Community Edition is an open source product licensed under GPLv3.\n\nONgDB Enterprise Edition expands the functionality of Community Edition with Enterprise-grade features.\n\nONgDB Enterprise Edition consists of modules from ONgDB Community Edition and modules licensed under AGPLv3 in this repository.\n\n== Unaffiliated with Neo4j, Inc. ==\nONgDB is an independent fork of Neo4j® Enterprise Edition version 3.4.0.rc02 licensed under the AGPLv3 and/or Community Edition licensed under GPLv3. ONgDB and Graph Foundation, Inc. are not affiliated in any way with Neo4j, Inc. or Neo4j Sweden AB. Neo4j, Inc. and Neo4j Sweden AB do not sponsor or endorse ONgDB and Graph Foundation, Inc. Neo4j Sweden AB is the owner of the copyrights for Neo4j® software and commercial use of any source code from Neo4j® Enterprise Edition beyond Neo4j® Enterprise Edition version 3.2.14, Neo4j® Enterprise Edition version 3.3.10, and/or Neo4j® Enterprise Edition version 3.4.0.rc02 is prohibited and could subject the user to claims of copyright infringement.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphfoundation%2Fongdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraphfoundation%2Fongdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphfoundation%2Fongdb/lists"}