OrientDB adapter
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 238
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I'm developing an adapter for orientdb. Currently every test pass except for the ones related to relationships.
You can check the adapter here: https://github.com/sarhugo/jugglingdb-orientdb
My doubt is how I can modify the way that relationships are handled without having to rewrite the relation handler entirely. My desire is to implement the relationships via edges between classes or even allow to have the related records embedded into the class itself, maybe via some custom setting when defining the relationship.
I'm welcome to suggestions
Thanks
Contributor guide
No contributing guide indexed for this repository
Research direction
Examine the existing adapter at https://github.com/sarhugo/jugglingdb-orientdb to see which relationship tests are failing. Look at JugglingDB's relation handler source to understand the extension points. Determine how to modify relationship handling to support OrientDB edges or embedded records without a full rewrite.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs
- Domain
- backend-api-design, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100