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:

http://neo4j.com/docs/stable/rest-api-transactional.html 
<http://neo4j.com/docs/stable/rest-api-transactional.html>

HTH Michael

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


> Am 30.05.2015 um 17:40 schrieb Marwa Elabri <[email protected]>:
> 
> 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
> 
> -- 
> 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 [email protected] 
> <mailto:[email protected]>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to