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
We want to figure out how to represent a repo in ArangoDb when someone is using Metadata Mode. The Repo and User documents are nodes in the database, the allocation connects the two.
Why not have a separate allocation per repository per project?
We don't need multiple repo's.
We assume that you only need 1 repository when in Metadata mode
Problem We Want to Solve
We want to figure out how to represent a repo in ArangoDb when someone is using Metadata Mode. The Repo and User documents are nodes in the database, the allocation connects the two.
Why not have a separate allocation per repository per project?
We don't need multiple repo's.
We assume that you only need 1 repository when in Metadata mode
Describe the Solution You'd Like
Alternatives (optional)
There are 2 ways to create an alloc
Additional context
How a repo looks in Arango
Arango Queries for setting up Repo + Alloc
Data Model
https://confluence.ccs.ornl.gov/pages/viewpage.action?pageId=344163314&spaceKey=DATAFED&title=STRUCTURAL%2B-%2BData%2BModel%2B1
For a Metadata only repo, only need
For a metadata only repo, only need
Repo Document is touched here:
Allocation document is touched here:
The text was updated successfully, but these errors were encountered: