dendrite/roomserver/storage
alexfca 5d68daef80
Implement Cosmos DB for the RoomServer Service (#5)
* - Implement Cosmos for the devices_table
- Use the ConnectionString in the YAML to include the Tenant
- Revert all other non implemented tables back to use SQLLite3

* - Change the Config to use "test.criticicalarc.com" Container
- Add generic function GetDocumentOrNil to standardize GetDocument
- Add func to return CrossPartition queries for Aggregates
- Add func GetNextSequence() as generic seq generator for AutoIncrement
- Add cosmosdbutil.ErrNoRows to return (emulate) sql.ErrNoRows
- Add a "fake" ExclusiveWriterFake
- Add standard "getXX", "setXX" and "queryXX" to all TABLE class files
- Add specific Table SEQ for the Events table
- Add specific Table SEQ for the Rooms table
- Add specific Table SEQ for the StateSnapshot table
2021-05-20 14:42:33 +10:00
..
cosmosdb Implement Cosmos DB for the RoomServer Service (#5) 2021-05-20 14:42:33 +10:00
postgres Hit the database far less in Events to find room NIDs and room versions (#1643) 2020-12-16 10:33:28 +00:00
shared Increase gocyclo complexity to 25 (and remove all but 2 golint directives related to it) (#1783) 2021-03-03 14:35:57 +00:00
sqlite3 Hit the database far less in Events to find room NIDs and room versions (#1643) 2020-12-16 10:33:28 +00:00
tables Hit the database far less in Events to find room NIDs and room versions (#1643) 2020-12-16 10:33:28 +00:00
interface.go Pass pointers to events — reloaded (#1583) 2020-11-16 15:44:53 +00:00
storage.go storage.go 2021-05-06 14:41:27 +10:00
storage_wasm.go storage.go 2021-05-06 14:41:27 +10:00