Looks good to me.
What does it return when you just do:
CALL apoc.mongodb.get("localhost","test","restaurants",null) YIELD value as
doc
RETURN doc limit 1;
CALL apoc.mongodb.get("localhost","test","restaurants",null) YIELD value as
doc
RETURN count(*);
On Thu, Nov 23, 2017 at 10:43 PM, wrote
My current document structure is the same one in the mongodb section in
that link. I am using the same example restaurants dataset that is used in
the example. My current call so far is this:
CALL apoc.mongodb.get("localhost","test","restaurants",null) YIELD value as
doc
CREATE (r:Restaurant {n
Can you share your document structure and current call so far?
On Thu, Nov 23, 2017 at 12:43 AM, wrote:
> Hi guys,
>
> https://neo4j.com/blog/apoc-database-integration-import-export-cypher/, I
> am doing the MongoDB section in this link. I need to create nodes that
> includes the grades for the
Hi guys,
https://neo4j.com/blog/apoc-database-integration-import-export-cypher/, I
am doing the MongoDB section in this link. I need to create nodes that
includes the grades for the primer-dataset.json. I need to unwind the
grades array in the json file and take the score and grade while ignori
Has anyone built any well supported frameworks (and have examples) of using
neo4j 2 and mongodb together? Thanks!
--
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 neo4