mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-05 23:20:19 +00:00
1 line
2.4 KiB
JSON
1 line
2.4 KiB
JSON
[{"user_id": 7179, "stars": [], "topic_id": 42139, "date_created": 1310844083.019989, "message": "I've a bunch of data in my MongoDB, the data is organized as: (ID, parent_id, name). Is there a library to work with these kind of trees?", "group_id": 292, "id": 1653438}, {"user_id": 7179, "stars": [], "topic_id": 42139, "date_created": 1310844126.266243, "message": "Like for example: get all the tree elements based on specific ID, get all children, etc", "group_id": 292, "id": 1653440}, {"user_id": 7179, "stars": [], "topic_id": 42139, "date_created": 1310844144.463366, "message": "I cannot modify data structure, since it's already being used by another system", "group_id": 292, "id": 1653442}, {"user_id": 11592, "stars": [], "topic_id": 42139, "date_created": 1310887411.2924991, "message": "http://www.mongodb.org/display/DOCS/Trees+in+MongoDB Check this out.", "group_id": 292, "id": 1655899}, {"user_id": 11592, "stars": [], "topic_id": 42139, "date_created": 1310887479.101371, "message": "You have document storage, so you are free to add necessary data to support your structure. Of course this will work only if your data consumer is dumb enough to ignore extra bits.", "group_id": 292, "id": 1655901}, {"user_id": 11592, "stars": [], "topic_id": 42139, "date_created": 1310887541.075973, "message": "Alternatively you can index that tree and store it in a separate collection just for yourself.", "group_id": 292, "id": 1655904}, {"user_id": 7179, "stars": [], "topic_id": 42139, "date_created": 1310916310.529866, "message": "I may only try creating my own index collection as you say, but anyway I'll need to cron the process to check for changes in original collection", "group_id": 292, "id": 1657013}, {"user_id": 7179, "stars": [], "topic_id": 42139, "date_created": 1310916216.0200341, "message": "Yes, I've noticed trees in mongodb, but sadly I cannot alter the actual data", "group_id": 292, "id": 1657011}, {"user_id": 4185, "stars": [], "topic_id": 42139, "date_created": 1311033427.592612, "message": "https://tabo.pe/projects/django-treebeard/docs/1.61/ ? i've used it successfully a few years back", "group_id": 292, "id": 1667615}, {"user_id": 33293, "stars": [], "topic_id": 42139, "date_created": 1311034833.48491, "message": "\u554a", "group_id": 292, "id": 1667711}, {"user_id": 4185, "stars": [], "topic_id": 42139, "date_created": 1311033533.0967021, "message": "oh wait, Mongo (nvmd, thought it was Django related)", "group_id": 292, "id": 1667626}] |