Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-01-2020 07:22 AM
Hello,
I'm trying to connect Mongodb with Neo4j via APOC with apoc.mongodb.get. It works, but I get a warning of deprecation:
This feature is deprecated and will be removed in future versions.
The query used a deprecated procedure. ('apoc.mongodb.get' is no longer supported)
EXPLAIN CALL apoc.mongodb.get('mongodb://localhost:27017','dataset','Product',{PieceId:1234}) yield value
The same happens with other procedures in apoc.mongodb. I haven't found any official communication that apoc.mongodb will be deprecated, so I'm thinking that I'm doing something wrong. Any idea?
Versions:
Thanks,
Francesco
11-11-2020 12:38 AM
Hi:
We are working with MongoDB but since we have not upgraded to Neo4j 4 we use the apoc.mongodb.get, but according to lei they recommend using the apoc.mongodb.find ()
Anything you tell me
Cheers.-
All the sessions of the conference are now available online