Questions tagged [graphaware]

GraphAware Framework speeds up development with Neo4j by providing a convenient platform for extending Neo4j with generic as well as domain-specific features. Modules with custom functionality can be easily developed and deployed using the Framework. GraphAware also provides a few Modules that serve as reference implementations but can be quite useful in their own right.

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.

Features

On a high level, there are two key pieces of functionality:

  • GraphAware Server is a Neo4j server extension that allows developers to rapidly build (REST) APIs on top of Neo4j using Spring MVC, rather than JAX-RS

  • GraphAware Runtime is a runtime environment for both embedded and server deployments, which allows the use of pre-built as well as custom modules called GraphAware Runtime Modules. These modules typically extend the core functionality of the database by transparently enriching/modifying/preventing ongoing transactions in real-time performing continuous computations on the graph in the background

Whether or not you use the code in this repository as a framework or runtime as described above, you can always use it as a software library by adding it as a dependency to your project, and take advantage of its useful features. For Java developers only(1), the following functionality is provided:

(1) i.e., for embedded mode users, managed/unmanaged extensions developers, GraphAware Runtime Module developers and framework-powered Spring MVC controller developers

Modules

Modules provided by GraphAware can be downloaded from http://graphaware.com/products/ and include

126 questions
-1
votes
1 answer

How can I replicate elasticsearch data to neo4j?

I have a neo4j database and I have successfully used the graphaware neo4j2elastic plugin to replicate the data into elasticsearch. However, I would also like to replicate documents created in elasticsearch into neo4j. When I create nodes in neo4j…
Rare_Fish
  • 1
  • 1
-1
votes
2 answers

neo4j Similarity cosine graphaware

How do i write a statement for similarity cosine using ga.nlp.ml.similarity.cosine for node News: CREATE (n:News) SET n.text = "Scores of people were already lying dead or injured inside a crowded Orlando nightclub, and the police had spent hours…
User502
  • 15
  • 1
-1
votes
1 answer

Index Neo4j to work with Elasticsearch

I am trying to install Graph-Aided Search to integrate Neo4j with ElasticSearch (2.3.1) as shown here. But I'm struggling to define the indexes with curl. When I try any of the curl commands like this one: curl -XPUT…
Benz
  • 289
  • 4
  • 15
-1
votes
1 answer

ElasticSearch Failed to create index

I am trying to integrate Neo4j and ElasticSearch using graphware neo4j-to-elastic plugin. Reference: https://github.com/graphaware/neo4j-to-elasticsearch The current version on neo4j and elastic are 3.1.2 and 2.4.2 respectively. I have started the…
user1211
  • 1,507
  • 1
  • 18
  • 27
-1
votes
1 answer

localhost:7474/graphaware/changefeed/CFM gives 404

i am trying to track latest changes in neo4j in Server Mode so i followed this link https://github.com/graphaware/neo4j-changefeed as i see some extra node are added and here are changes about my db but…
Govind Singh
  • 15,282
  • 14
  • 72
  • 106
-5
votes
2 answers

Fatal error: Uncaught Error: using graphaware for PHP

I am using graphaware to connect to a neo4j graph database. I keep getting an error saying Fatal error: Uncaught Error even though I'm using the library in composer.json. Here is the code for the autoload.php:
1 2 3
8
9