graph
Graph algorithm library
A high-performance graph algorithm library built on top of the graph_builder crate.
A library for high-performant graph algorithms.
387 stars
15 watching
20 forks
Language: Rust
last commit: 12 months ago
Linked from 1 awesome list
algorithmscsrdata-structuresgraphgraph-algorithmshacktoberfest
Related projects:
Repository | Description | Stars |
---|---|---|
neo4jrb/activegraph | A Ruby wrapper around Neo4j, providing an Active Model interface to its graph database capabilities. | 1,398 |
jmcvetta/neoism | A Neo4j client library for Go, providing access to the graph database via its REST API. | 390 |
neo4j-contrib/neo4j-apoc-procedures | A comprehensive library of custom implementations for Neo4j's procedural interface, providing extensions to the graph database's capabilities. | 1,715 |
wolfgang-schuetzelhofer/jcypher | Provides Java access to Neo4J graph databases at various levels of abstraction for complex domain modeling and querying. | 86 |
jimwebber/neo4j-tutorial | A hands-on tutorial project teaching Neo4j graph database concepts through a series of unit tests | 320 |
steelbridgelabs/neo4j-gremlin-bolt | An implementation of the BOLT protocol between Neo4j and Apache Tinkerpop for graph processing | 0 |
neo4j/neo4j-ogm | An object-graph mapping library for Neo4j graph databases | 335 |
kraison/cl-neo4j | An interface to the Neo4j graph database API for Common Lisp | 26 |
neo4j-contrib/neo4j-mazerunner | An extension of the Neo4j graph database to perform big data graph analytics using Apache Spark and GraphX. | 382 |
neo4j-rstats/neo4r | A driver that provides an interface to the Neo4J graph database from R. | 106 |
graphaware/neo4j-graphgen-procedure | A Neo4j procedure for generating test data in various formats such as nodes, relationships, and values. | 9 |
thingdom/node-neo4j | A Neo4j graph database client library for Node.js | 926 |
neo4j/neo4j-jdbc | An official Java driver for interacting with Neo4j graph databases using the JDBC protocol | 135 |
zigrazor/cxxgraph | A comprehensive C++ library for graph algorithms and data structures | 471 |
jadell/neo4jphp | A PHP wrapper for interacting with the Neo4j graph database REST interface. | 532 |