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

Neo4j unmanaged extension - blockchain integration

Dear community, Currently I’m working on a project to build a prototype that integrates Neo4j with a blockchain framework (Exonum in our case). The idea is to have distributed nodes running a local neo4j database and use blockchain consensus algorith...

Remove/Change secondary labels with Neo4j-OGM

Hi again, I've been having some trouble with changing the labels for my nodes with the neo4j-ogm framework. While using the @Labels annotation for a collection of labels I can load labels from the graph just fine, as well as store new labels, but if ...

Martin by Node Link
  • 1807 Views
  • 2 replies
  • 1 kudos

Is there a Bolt v2 spec available?

Is there an updated spec for Bolt v2? I'm working on a Crystal driver for Bolt and I'm trying to get some of that sweet date/time goodness. I couldn't find any resources, so I did a little reverse-engineering to parse them. Are there any other data t...

Using the GraphQL Admin API to manage Neo4J users

Hey folks, I'm experimenting with the GraphQL Neo4J plugin and trying to understand some of the limitations around authentication/authorization. I've been exploring the Admin API provided by the plugin available at /graphql/admin/, I'm wondering is i...

evdev by Node Link
  • 900 Views
  • 0 replies
  • 0 kudos

Modify results in Repo after OGM

This is going to sound like a bit daft, but is there any way to do custom mapping in a Neo4jRepository after the OGM finishes its work? What I'm trying to achieve is to include a nodes "parent" uuid in a tree-like graph, but not actually include that...

Jiropole by Graph Voyager
  • 1054 Views
  • 2 replies
  • 0 kudos

Is it py2neo dead?

Context I'm trying to demonstrate neo4j capacities for scientists (from nuclear physic to human sciences). These people heavily use python, so I try to use py2neo to show the potential. It works, but there's serious bugs. The github project is asleep...

Neo4j-graphql Autogenerated argument not working

I have created a simple schema for testing. I know neo4j-graphql automatically adds some addiitonal args such as orderBy and filter as well as args for each node property. Below is a simple object that is part of the schema type Channel { id: ID...

Print in plugins?

Hi! I've just started to learn how to write plugins for neo4j. Havent done any java programming in years either, so a bit rusty on how everything works. While developing id like to print some intermediate stuff to see how everything is going, but i k...

kaptenh by Node Clone
  • 1100 Views
  • 2 replies
  • 0 kudos

Handling PRs in Github

In the OGM project on github, several pull requests have been on hold for a long time since nobody reviewed them. Is it perhaps possible to get more speed here again, since bugs are also being resolved by them.

Can't seedDb with Middleware

By modifying the Grandstack starter v0.0.5 to use middleware with neo4j-graphql-js as outlined in Authentication/Authorization And Middleware, I receive the below error when attempting to mock data in a Neo4j Sandbox via seed-db.js (npm run seedDb). ...