yougov / mongo-connector

MongoDB data stream pipeline tools by YouGov (adopted from MongoDB)
Apache License 2.0
1.88k stars 478 forks source link

Neo4j DocManager #202

Open llvtt opened 9 years ago

llvtt commented 9 years ago

Tracking issue for Neo4j support. If anyone knows of an existing DocManager for Neo4j, please mention it here.

Analect commented 9 years ago

@lovett89 Looks like Eddy Wong at Wanderu may have created one. Have a look here, from minute 8. http://vimeo.com/79477603 Might be worth reaching out to him. http://www.wanderu.com/about-us

llvtt commented 9 years ago

Thanks for the tip! Just reached out to Eddy Wong. On 1/6/15 11:28, Analect wrote:

@lovett89 https://github.com/lovett89 Looks like Eddy Wong at Wanderu may have created one. Have a look here, from minute 8. http://vimeo.com/79477603 Might be worth reaching out to him. http://www.wanderu.com/about-us

— Reply to this email directly or view it on GitHub https://github.com/10gen-labs/mongo-connector/issues/202#issuecomment-68918649.

Analect commented 9 years ago

@lovett89 Did anything ever come of this Neo4j DocManager? Thanks.

llvtt commented 9 years ago

Nothing yet. Haven't heard back from Eddy Wong.

eddywongch commented 9 years ago

Sorry for the silence. We are starting to do work around mongo-connector again. If anything, you will see our activity here:

http://www.meetup.com/graphdb-boston/

We are working on a tech blog as well, but I don't promise anything.

Anybody in this discussion attending this year's MongoDBWorld?

behackett commented 9 years ago

The entire MongoDB python team will be at MongoDB World this year.

eddywongch commented 9 years ago

Cool. Our poster got accepted, so check us out in the poster room (Wanderu).

kpowerinfinity commented 9 years ago

Any update on this doc manager? Is there a way we can try it out? thanks!

hannelita commented 9 years ago

Hi, we have created a Neo4j Doc Manager- https://github.com/neo4j-contrib/neo4j_doc_manager Feedback is very welcome. @llovett @kpowerinfinity

ryguyrg commented 9 years ago

We'd love for you to try it out. We'd also love feedback on the design/use case coverage and whether the implemented functionality will be useful for your applications. More information on how the Neo4j Doc Manager works is available in the docs: https://github.com/neo4j-contrib/neo4j_doc_manager/blob/master/docs/neo4j_doc_manager_doc.adoc

You can submit issues and feedback on the issue tracker: https://github.com/neo4j-contrib/neo4j_doc_manager/issues

We're hoping to get some feedback in the next week before making a wider announcement.

Cheers!