how to connect to Neo4j database from C++ platform

376 views
Skip to first unread message

Marwa Elabri

unread,
May 30, 2015, 11:55:03 AM5/30/15
to ne...@googlegroups.com
Hello
I'm new user of Neo4j. Iwant to connect to a database Neo4j from my platform C++ to import data from the neo4j database (using cypher querylanguage instead of SQL queries) and to make some count operations
can you help me how can I make this if there is any solution please
thank you

Michael Hunger

unread,
May 30, 2015, 12:21:15 PM5/30/15
to ne...@googlegroups.com
Hi Marwa,

I'm not aware of any actively developed driver for Neo4j.

But if you can use libCurl or something else to make HTTP POST requests and parse the JSON response, it should be pretty easy to build a connector on your own.

See this section of the manual for the http protocol to talk to Neo4j with Cypher:


HTH Michael

I found this on GitHub: https://github.com/forhappy/neo4j-cpp-driver but it hasn't been maintained for a long time.


--
You received this message because you are subscribed to the Google Groups "Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages