dendrite/appservice/storage/cosmosdb
alexfca 3ca96b13b3
- Implement the SycAPI to use CosmosDB (#8)
- Update the Config to use Cosmos for the sync API
- Ensure Cosmos DocId does not contain escape chars
- Create a shared Cosmos PartitionOffet table and refactor to use it
- Hardcode the "nafka" Connstring to use the "file:naffka.db"
- Create seq documents for each of the nextXXXID methods
2021-05-27 18:45:53 +10:00
..
appservice_events_table.go Implement Cosmos DB for the AppService (#7) 2021-05-21 10:12:39 +10:00
appservice_events_table_id_seq.go Implement Cosmos DB for the AppService (#7) 2021-05-21 10:12:39 +10:00
storage.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
txn_id_counter_table.go Implement Cosmos DB for the AppService (#7) 2021-05-21 10:12:39 +10:00
txn_id_counter_table_txn_id_seq.go Implement Cosmos DB for the AppService (#7) 2021-05-21 10:12:39 +10:00