Head's Up! Site migration is underway. Phase 2: migrate recent content
β09-20-2022 01:04 AM
how can i get this response using neo4j bolt? is there a way to convert records into columns + data?
thanks!
β09-20-2022 02:21 AM
The Bolt server does not return JSON results, contrary to the HTTP server.
If you want to achieve something similar, you will have to extract the results with the Bolt driver of your language and implement some logic yourself to expose the results in the format you describe.
β09-20-2022 02:34 AM
to expose the result, it needs to be converted into an array right? btw this is the response i currently have:
β09-20-2022 02:40 AM
Hmmm, I'm a bit confused, what you're showing is NOT a response from a Bolt server. Can you clarify what you mean by "bolt neo4j api"? Can you share the code that interacts with the server?
β09-20-2022 02:59 AM - edited β09-20-2022 03:03 AM
i used neo4j-driver and the URI scheme is bolt for the API connection. something like this:
to get the response:
my reference: https://www.npmjs.com/package/neo4j-driver
All the sessions of the conference are now available online