Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
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