Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -48,21 +48,21 @@
Created by gh-md-toc (https://github.com/ekalinin/github-markdown-toc.go)
 Basics
 Basics
- Official documentation (https://neo4j.com/docs/)
- Cypher Refcard (https://neo4j.com/docs/cypher-refcard/current/)
- Developer resources (https://neo4j.com/developer/get-started/)
- Gists (http://graphgist.neo4j.com/) - With Neo4j GraphGists you can describe and model your domain in a simple text file and render it as a rich, interactive page in any browser. Perfect to document a specific
domain, use-case, question or graph problem.
- Gists (http://graphgist.neo4j.com/) - With Neo4j GraphGists you can describe and model your domain in a simple text file and render it as a rich, interactive page in any browser. Perfect to
document a specific domain, use-case, question or graph problem.
- Neo4j Examples (https://github.com/neo4j-examples) - Examples for Neo4j and Library Usage.
 Related project
 Related project
- openCypher (http://www.opencypher.org/) - openCypher is an open source project to bring a new public implementation of the industrys most widely adopted graph query language: Cypher.
- Bolt Protocol (https://boltprotocol.org) - The Bolt network protocol is a highly efficient, lightweight client-server protocol designed for database applications.
 Connectors
 Connectors
Bolt
@@ -71,8 +71,9 @@
- neo4j-javascript-driver (https://github.com/neo4j/neo4j-javascript-driver) - JavaScript driver for Neo4j binary protocol.
- neo4j-dotnet-driver (https://github.com/neo4j/neo4j-dotnet-driver) - .Net driver for Neo4j (Bolt).
- neo4j-bolt-php (https://github.com/graphaware/neo4j-bolt-php) - PHP driver for Neo4j binary protocol.
- libneo4j-client (https://github.com/cleishm/libneo4j-client) - libneo4j-client is a client library written in C for Neo4j. It is not intended as a complete driver, but rather as a foundation on which basic 
tools and drivers for various languages may be built. libneo4j-client takes care of all the detail of establishing a session with a Neo4j server, sending statements for evaluation, and retrieving results.
- libneo4j-client (https://github.com/cleishm/libneo4j-client) - libneo4j-client is a client library written in C for Neo4j. It is not intended as a complete driver, but rather as a 
foundation on which basic tools and drivers for various languages may be built. libneo4j-client takes care of all the detail of establishing a session with a Neo4j server, sending statements 
for evaluation, and retrieving results.
- neo4j-spark-connector (https://github.com/neo4j-contrib/neo4j-spark-connector) - Neo4j-Spark-Connector based on Neo4j 3.0's Bolt protocol
- neo4j-elixir-driver (https://github.com/mschae/boltex) - Elixir driver for the neo4j bolt protocol
- neo4j-elixir-wrapper (https://github.com/florinpatrascu/bolt_sips) - Neo4j driver for Elixir, wrapped around the Bolt protocol. Fork of the Boltex.
@@ -113,93 +114,96 @@
- RNeo4j (https://github.com/nicolewhite/RNeo4j) - Driver for R.
- AnormCypher (https://github.com/AnormCypher/AnormCypher) - Scala library based on Anorm in the Play Framework.
 Cloud
 Cloud
- GrapheneDB (https://www.graphenedb.com/) - The world's first fully managed
Neo4j graph database.
- GraphStory (https://www.graphstory.com/) - Neo4j enterprise cloud provider
 Packages
 Packages
- Debian Packages (http://debian.neo4j.org/)
- Yum Repo (http://yum.neo4j.org/stable/)
 Docker
 Docker
- docker-neo4j (https://github.com/neo4j/docker-neo4j) - Docker Images for the Neo4j Graph Database.
- docker-neo4j-cluster (https://github.com/ekino/docker-neo4j-cluster) - Up & Running Neo4j cluster in no time.
 Full-text search
 Full-text search
- GraphAware Neo4j Elasticsearch Integration (https://github.com/graphaware/neo4j-to-elasticsearch) - GraphAware Framework Module for Integrating Neo4j with Elasticsearch.
- GraphAware Graph-Aided Search (https://github.com/graphaware/graph-aided-search) - Elasticsearch plugin offering Neo4j integration for Personalized Search.
- neo4j-elasticsearch (https://github.com/neo4j-contrib/neo4j-elasticsearch) - Neo4j ElasticSearch Integration.
 Import
 Import
- GraphAware Neo4j Importer (https://github.com/graphaware/neo4j-importer) - Java importer skeleton for complicated, business-logic-heavy high-performance Neo4j imports directly from SQL databases, CSV files, 
etc.
- GraphAware Neo4j Importer (https://github.com/graphaware/neo4j-importer) - Java importer skeleton for complicated, business-logic-heavy high-performance Neo4j imports directly from SQL 
databases, CSV files, etc.
- neo4j-csv-firehose (https://github.com/sarmbruster/neo4j-csv-firehose) - Enables Neo4js LOAD CSV Cypher command to load from other datasources as well.
- neo4j-rdbms-import (https://github.com/jexp/neo4j-rdbms-import) - An automatic importer for relational databases into Neo4j.
- Doc manager for Neo4j (https://github.com/neo4j-contrib/neo4j_doc_manager) - The Neo4j Doc Manager takes MongoDB documents and makes it easy to query them for relationships by making them available in a Neo4j 
graph structure, following the format specified by Mongo Connector.
- neoloadcsvskelgen (https://github.com/wadael/neoloadcsvskelgen) - Will output a skeleton of LOAD CSV Cypher code, from very little input (filename, separator, hints). Save time, avoid typos. 
- Doc manager for Neo4j (https://github.com/neo4j-contrib/neo4j_doc_manager) - The Neo4j Doc Manager takes MongoDB documents and makes it easy to query them for relationships by making them 
available in a Neo4j graph structure, following the format specified by Mongo Connector.
- neoloadcsvskelgen (https://github.com/wadael/neoloadcsvskelgen) - Will output a skeleton of LOAD CSV Cypher code, from very little input (filename, separator, hints). Save time, avoid 
typos. 
 Benchmarking
 Benchmarking
- neoprofiler (https://github.com/moxious/neoprofiler) - Neo4J database profiling utility.
 Extensions
 Extensions
- GraphAware Neo4j UUID (https://github.com/graphaware/neo4j-uuid) - GraphAware Runtime Module that assigns a UUID to all nodes in the graph transparently.
- GraphAware Neo4j ChangeFeed (https://github.com/graphaware/neo4j-changefeed) - A GraphAware Framework Runtime Module allowing users to find out what were the latest changes performed on the graph.
- GraphAware Neo4j ChangeFeed (https://github.com/graphaware/neo4j-changefeed) - A GraphAware Framework Runtime Module allowing users to find out what were the latest changes performed on the
graph.
- GraphAware Neo4j TimeTree (https://github.com/graphaware/neo4j-timetree) - Java and REST APIs for working with time-representing tree in Neo4j.
- GraphAware Neo4j Recommendation Engine (https://github.com/graphaware/neo4j-reco) - Neo4j-based recommendation engine module with real-time and pre-computed recommendations.
- GraphAware Neo4j Algorithms (https://github.com/graphaware/neo4j-algorithms) - Custom graph algorithms for Neo4j with own Java and REST APIs.
- GraphAware Neo4j Warmup (https://github.com/graphaware/neo4j-warmup) - Simple library that warms up Neo4j caches with a single REST call.
- GraphAware Neo4j RestTest (https://github.com/graphaware/neo4j-resttest) - GraphAware RestTest is a simple library for testing code that talks to Neo4j running in standalone server mode.
- GraphAware Neo4j Expire (https://github.com/graphaware/neo4j-expire) - GraphAware Expire is a simple library that automatically deletes nodes and relationships from the database when they've reached their 
expiration date or time-to-live (TTL).
- GraphAware Neo4j Expire (https://github.com/graphaware/neo4j-expire) - GraphAware Expire is a simple library that automatically deletes nodes and relationships from the database when 
they've reached their expiration date or time-to-live (TTL).
- Spatial (https://github.com/neo4j-contrib/spatial) - Neo4j Spatial is a library of utilities for Neo4j that faciliates the enabling of spatial operations on data.
- Graphify (https://github.com/Graphify/graphify) - Graphify is a Neo4j unmanaged extension used for document and text classification using graph-based hierarchical pattern recognition.
- neo4j-tx-participation (https://github.com/jexp/neo4j-tx-participation) - This is a Neo4j Server Extension to make Neo4j REST-API participate in transactions started by the transactional Cypher endpoint.
- neo4j-tx-participation (https://github.com/jexp/neo4j-tx-participation) - This is a Neo4j Server Extension to make Neo4j REST-API participate in transactions started by the transactional 
Cypher endpoint.
 Stored Procedures
 Stored Procedures
- Apoc : Awesome Procedures on Cypher (https://github.com/neo4j-contrib/neo4j-apoc-procedures) - Collection of useful procedures for Neo4j 3.x
- Graphgen (https://github.com/graphaware/neo4j-graphgen-procedure) - Neo4j procedure for generating test data easily with Cypher
 Development
 Development
- Maven repositories (https://m2.neo4j.org/index.html) - Neo4j Maven repositories (releases, snapshots).
- GraphAware Neo4j Framework (https://github.com/graphaware/neo4j-framework)- GraphAware Framework speeds up development with Neo4j by providing a platform for building useful generic as well as domain-specific 
functionality, analytical capabilities, (iterative) graph algorithms, etc.
- GraphAware Neo4j Framework (https://github.com/graphaware/neo4j-framework)- GraphAware Framework speeds up development with Neo4j by providing a platform for building useful generic as well
as domain-specific functionality, analytical capabilities, (iterative) graph algorithms, etc.
- cypher-dsl (https://github.com/neo4j-contrib/cypher-dsl) - A Java DSL for the Cypher Query Language and an optional Query DSL mode.
- Liquigraph (https://github.com/liquigraph/liquigraph) - Database migrations management tool, based on how Liquibase works.
- blueprints (https://github.com/tinkerpop/blueprints) - Blueprints is a collection of interfaces, implementations, ouplementations, and test suites for the property graph data model. Blueprints is analogous to 
the JDBC, but for graph databases.
- blueprints (https://github.com/tinkerpop/blueprints) - Blueprints is a collection of interfaces, implementations, ouplementations, and test suites for the property graph data model. 
Blueprints is analogous to the JDBC, but for graph databases.
- structr (https://github.com/structr/structr) - Graph Application Platform based on Neo4j.
- Reco4PHP (https://github.com/graphaware/reco4php) - Neo4j based Recommendation Engine Framework for PHP.
 Editors
 Editors
- jetbrains-plugin-graph-database-support (https://github.com/neueda/jetbrains-plugin-graph-database-support) - Graph Databases support for Jetbrains family IDE's.
- cypher-vim-syntax (https://github.com/neo4j-contrib/cypher-vim-syntax) - Very basic Vim syntax for Cypher.
 Shell
 Shell
- cycli (https://github.com/nicolewhite/cycli) - A Command Line Interface for Cypher.
- neo4j-shell-tools (https://github.com/jexp/neo4j-shell-tools) - A bunch of import/export tools for the neo4j-shell.
 Visualization
 Visualization
- neoclipse (https://github.com/neo4j-contrib/neoclipse) - Neoclipse is a tool to view, edit and explore Neo4j databases.
- Gephi (https://github.com/gephi/gephi) - Gephi is an award-winning open-source platform for visualizing and manipulating large graphs.
- Linkurious (https://linkurio.us/) - Linkurious helps search and visualize your graph data through a simple web-based interface.
- yFiles for HTML (https://www.yworks.com/products/yfiles-for-html) - yFiles is a commercial generic graph visualization programming library that comes with a demo to visualize your neo4j databases in JavaScript
(http://live.yworks.com/demos/#neo4j). It's also the basis for the free neo4j Graph Explorer app (https://www.yworks.com/neo4j-explorer/).
- yFiles for HTML (https://www.yworks.com/products/yfiles-for-html) - yFiles is a commercial generic graph visualization programming library that comes with a demo to visualize your neo4j 
databases in JavaScript (http://live.yworks.com/demos/#neo4j). It's also the basis for the free neo4j Graph Explorer app (https://www.yworks.com/neo4j-explorer/).
 Tools
 Tools
- Graphgen (http://graphgen.graphaware.com) - Graph Generation engine based on the Cypher DSL.
- store-utils (https://github.com/jexp/store-utils) - Utilities to compact, copy, fix, analyse Neo4j stores.
@@ -221,7 +225,7 @@
- Neo4j's Idea board (https://trello.com/b/2zFtvDnV/public-idea-board)
- Hardware Sizing Calculator (https://neo4j.com/hardware-sizing-calculator/)
 License
 License
!CC0 (https://licensebuttons.net/p/zero/1.0/88x31.png) (https://creativecommons.org/publicdomain/zero/1.0/)