neo4j-tx-participation
Transaction Manager
Enables Neo4j REST API to participate in transactions initiated by Cypher endpoints
This is a Neo4j Server Extension to make Neo4j REST-API participate in transactions started by the transactional Cypher endpoint.
3 stars
4 watching
0 forks
Language: Java
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jexp/neo4j-rdbms-import | Tools to import relational databases into Neo4j by mapping tables and columns to nodes and relationships | 42 |
jexp/store-utils | Utilities to compact and reorganize Neo4j stores | 94 |
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 |
thingdom/node-neo4j | A Neo4j graph database client library for Node.js | 926 |
neo4j-contrib/neo4j-tinkerpop-api | A Java-based API adapter for Neo4j's RESTful interface to simplify interaction with the graph database | 6 |
cihangir/neo4j | An API client library for interacting with Neo4j databases using the Go programming language. | 28 |
neo4j-contrib/neo4j-elasticsearch | Integrates Neo4j change-feed with an ElasticSearch cluster to enable real-time data ingestion and indexing | 211 |
jadell/neo4jphp | A PHP wrapper for interacting with the Neo4j graph database REST interface. | 532 |
cohesivestack/ineo | Manages multiple Neo4j instances on different ports for development and testing environments. | 76 |
neo4j-contrib/cypher-vim-syntax | A Vim syntax extension for highlighting and formatting Cypher queries | 40 |
neo4j/neo4j-jdbc | An official Java driver for interacting with Neo4j graph databases using the JDBC protocol | 135 |
jmcvetta/neoism | A Neo4j client library for Go, providing access to the graph database via its REST API. | 390 |
scalar-labs/btm | Provides a complete implementation of the Java Transaction API (JTA) 1.1. | 426 |
michaelklishin/neocons | A Clojure client for the Neo4J REST API, providing a feature-rich interface to the graph database | 204 |
neo4j/cypher-dsl | A Java-based tool for generating Cypher queries in a type-safe and builder-like manner. | 198 |