I've been thinking a bit about the refactoring of the ProvenanceStorageServer as described in the doc, with a series of queues between the public API and the backend database.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Aug 24 2021
Aug 24 2021
Aug 6 2021
Aug 6 2021
Aug 3 2021
Aug 3 2021
Mongo engine
db.serverStatus().storageEngine
"name" : "wiredTiger", "supportsCommittedReads" : true, "oldestRequiredTimestampForCrashRecovery" : Timestamp(0, 0), "supportsPendingDrops" : true, "dropPendingIdents" : NumberLong(0), "supportsSnapshotReadConcern" : true, "readOnly" : false, "persistent" : true, "backupCursorOpen" : false, "supportsResumableIndexBuilds" : true
Jul 30 2021
Jul 30 2021
vlorentz added a project to T3431: Implement a MongoDB backend for SWH-provenance : Provenance database.