You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
see attached.. success mongo conector work BUT when i goto mongo shell and key in ...
onfig 0.000GB
local 0.000GB
test 0.000GB
rs0:PRIMARY> db.data.insert( { "session": { "title": "12 Years of Spring: An Open Source Journey", "abstract": "Spring emerged as a core open source project in early 2003 and evolved to a broad portfolio of open source projects up until 2015." }, "topics": ["keynote", "spring"], "room": "Auditorium", "timeslot": "Wed 29th, 09:30-10:30", "speaker": { "name": "Juergen Hoeller", "bio": "Juergen Hoeller is co-founder of the Spring Framework open source project.", "twitter": "https://twitter.com/springjuergen", "picture": "http://www.springio.net/wp-content/uploads/2014/11/juergen_hoeller-220x220.jpeg" } } );
WriteResult({ "nInserted" : 1 })
rs0:PRIMARY> show dbs
admin 0.000GB
config 0.000GB
THEN I go back to my browser.. there is zippo.. no graph shows up ???? what do we need to do to see this graph ?
The text was updated successfully, but these errors were encountered:
johnda98
changed the title
Mongo connector with py2neo v5 is working well connecting.. to mongo 4.4.1 ! BUT..
Mongo connector with py2neo v5 is working well connecting.. from mongo 4.4.1 ! to doc manager BUT..
Oct 27, 2020
see attached.. success mongo conector work BUT when i goto mongo shell and key in ...
onfig 0.000GB
local 0.000GB
test 0.000GB
rs0:PRIMARY> db.data.insert( { "session": { "title": "12 Years of Spring: An Open Source Journey", "abstract": "Spring emerged as a core open source project in early 2003 and evolved to a broad portfolio of open source projects up until 2015." }, "topics": ["keynote", "spring"], "room": "Auditorium", "timeslot": "Wed 29th, 09:30-10:30", "speaker": { "name": "Juergen Hoeller", "bio": "Juergen Hoeller is co-founder of the Spring Framework open source project.", "twitter": "https://twitter.com/springjuergen", "picture": "http://www.springio.net/wp-content/uploads/2014/11/juergen_hoeller-220x220.jpeg" } } );
WriteResult({ "nInserted" : 1 })
rs0:PRIMARY> show dbs
admin 0.000GB
config 0.000GB
THEN I go back to my browser.. there is zippo.. no graph shows up ???? what do we need to do to see this graph ?
The text was updated successfully, but these errors were encountered: