Please update the Neo4j Connector for Apache Kafka site to 4.1.2
Please update this Apache Kafka distribution from 4.1.0 to 4.1.2 for Neo4j 4.4.x. Is it Stable? Neo4j Connector for Apache Kafka Neo4j Graph Data Platform Neo4j Download Center
Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
Please update this Apache Kafka distribution from 4.1.0 to 4.1.2 for Neo4j 4.4.x. Is it Stable? Neo4j Connector for Apache Kafka Neo4j Graph Data Platform Neo4j Download Center
@jesus.barrasa , Thank you for guidance and sharing knowledge of ontology in neo4j. based on resonating thoughts, I am working on developing pvt vocabulary, taxonomy for pvt context based ontology for smart connected initiatives. It Primarily depend...
HI, just installed the latest community version and I got a "DatabaseUnavailable: Database "neo4j" is unavailable, its status is "offline." I dont know how to fix it
Hello, I am a newbie in neo4j and want to find out whether it is possible to convert SQL Server DBs to neo4j. Do you have any pointer to it? Thanks.
We are running an amazon hosted Neo4j cluster and we are getting close to 30G of data, storing quite a lot of legal documents with some hefty fulltext properties that tend to take a lot of space. We are now starting to experience instability around b...
Hello, I'm using the following setup: sqljdbc41.jar in "C:\Program Files\Microsoft JDBC Driver 6.0 for SQL Server\sqljdbc_6.0\enu\jre7"sqljdbc_auth.dll in "C:\Windows\SysWOW64"Connection URL (with server and db set to my server and db) jdbc:sqlserver...
Is it possible to integrate an RDBMS source to a community version neo4j instance for ingestion? Could anyone share relevant documentation for the same ?
Bundle: org.apache.nifi - nifi-neo4j-cypher-service-nar Supports Controller Service: GraphClientService 1.12.0 from org.apache.nifi - nifi-graph-client-service-api-nar I can connect via: [root@localhost bin]# ./cypher-shell username: neo4j password: ...
Hello! I don't have experience in neo4j and I don't know if what I want to do is possible. I have an external application that is responsible for analyzing android applications and creates a database in neo4j generating the following files: I looked...
With the inclusion of java stored procedures in Neo4j 3.x, one can run Cypher to connect to a RDBMS using JDBC. To do so one needs to download and install https://github.com/neo4j-contrib/neo4j-apoc-procedures. After installation of the Neo4j APOC ki...
Experts, We are using the inventory application with an embedded graph database. APOC plugin jar apoc-3.5.0.3-all.jar is deployed against the neo4j Release 3.5.5. It is working fine on default graph database. If same is connected with Embedded Databa...
I am not able to connect to database using Pentaho kettle - Neo4j output
Hi, I am trying to call apoc.es.post in an apoc.periodic.repeat call like this: CALL apoc.periodic.repeat("updateElastic", 'CALL apoc.es.put("localhost", "some-index", "_doc", "test-id", null, {id: "test-id", text: "test"}) YIELD value RETURN value'...
Hi I try to connect Talend NoSQL to Neo4J version 4.x . The connection failed since Talend don't have that DB version. Did someone has a clue how to do so?
I have neo4j installed using docker-compose and successfully enabled apoc plug-in. I'm able to use call apoc.load.jdbc("hard-coded-db-connection-string", "my-table") to retrieve data from my database which is good. Of course, this is not convenient, ...