arango-models branch #13
geomat0101
started this conversation in
Show and tell
Replies: 2 comments
-
Create a new cast document and create an appears_in graph edge from there to a media document
Create a face_matches_face graph edge between two face documents
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Create cast and face documents, set foreign key, demo relational get methods, how to reuse document objects with lists of results via setDocument()
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is a quickstart for what I've got going over in the new branch:
Import, Connect to DB
Instantiate a document object for the 'media' collection in the db
Nuke the contents of the existing db collection (delete all records)
Create a new blank media document record and save it
Instantiate a document object for the 'faces' collection in the db
create a new document and set some of the properties on it, then save
Beta Was this translation helpful? Give feedback.
All reactions