cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Forum Posts

About the Drivers & Stacks category

All applications using Neo4j depend on drivers to execute statements to update or query data. Neo4j drivers are mostly built on the binary Bolt protocol. Official drivers exist for Java, JavaScript, .Net, Python, and Go and more. Other languages (R, ...

yolande by Community Team
  • 574 Views
  • 0 replies
  • 0 kudos

Database [neo4j] not configured

I want to connect Lumen PHP Framework to neo4j using NeoEloquent OMG but when I execute this command: php artisan make:migration create_author_table in console appear this message: Database [neo4j] not configured. These are my configurations: .env ...

Resolved! Query Neo4J to return JSON data using the C# Driver

Good morning everyone, I am developing my application in C# using the DevExpress XAF. In my application I have a series of custom views and I am starting to experiment with fetching data from my Neo4J DB and bind it to the XAF controller. To do this ...

Resolved! Pagination and Sorting with Custom Queries

Can anyone confirm the state of pagination and sorting in OGM for custom queries these days? I found this JIRA: https://jira.spring.io/browse/DATAGRAPH-653 but the latest SDN docs say its not supported? https://neo4j.com/docs/ogm-manual/current/refer...

Issue with neo4j driver

Am facing issue with the neo4j-driver in python and on transaction.commit the execution is failing with the below error: /usr/local/lib/python2.7/dist-packages/neo4j_driver-1.6.1-py2.7-linux-x86_64.egg/neo4j/v1/security.py:127: UserWarning: Bolt over...

Using dates with OGM and Bolt

I'm getting an error when I have date values in OGM @Node properties. I think I'm following the documentation correctly (https://neo4j.com/docs/ogm-manual/3.0/reference/#reference:type-conversion) but maybe not. I've searched these forums and SO but ...

Resolved! SDN 5.1.0 + OGM 3.1.3 fails to load beans

build.gradle looks like this: // use latest OGM version // compile "org.neo4j:neo4j-ogm-api:${ogmVersion}" // compile "org.neo4j:neo4j-ogm-core:${ogmVersion}" // compile "org.neo4j:neo4j-ogm-bolt-driver:${ogmVersion}" // compile "org.neo4j:neo4...

Resolved! Run MATCH query for multi core machine

Hi, comms. I have 8 core and 32GBMEM machine and going to run MATCH query as follows, but this query consumes only 1 core and takes long time. bar = df.to_dict(orient='records') #df is Pandas dataframe and have 1M rows with n4jses.begin_transaction()...

m-kiuchi by Node Clone
  • 3541 Views
  • 4 replies
  • 2 kudos