arcadedb
https://github.com/arcadedata/arcadedb
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
not yet supported1 Subscribers
Add a CodeTriage badge to arcadedb
Help out
- Issues
- RemoteServer's pre-existing admin calls bypass sendWithWatchdog, so they have no timeout
- The write side of every OTHER streamed response is still unbounded (streaming query, SSE)
- /ws insert session: no client for Python, Go or JS
- Document the /ws frame shapes outside the server class javadoc
- Issue7586BackupArchiveEntriesSitAtArchiveRootIT[2] flakes in the integration-tests lane: the restored database has 0 records
- The #7131 readiness gate is dead code: peerCount > 1 && commitIndex < 0 is strictly subsumed by the commitIndex < 0 check on the next line, so the wedged-channel follower still answers Ready
- HA verify holds the database read lock around its point-in-time window, where the lock protects nothing
- Schema DDL: eager RENAME/DROP that also rewrite existing records (RDBMS-style)
- The startup 'restore:' command should wait out a conflicting operation before refusing, not fail the boot immediately
- SQL: UPSERT edge by custom key (feature request)
- Docs
- not yet supported