dendrite/syncapi/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
..
deltas - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
account_data_table.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
backwards_extremities_table.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
current_room_state_table.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
filter_table.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
filter_table_id_seq.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
filtering.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
invites_table.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
memberships_table.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
output_room_events_table.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
output_room_events_topology_table.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
peeks_table.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
receipt_table.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
send_to_device_table.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
send_to_device_table_seq.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
stream_id_table.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00
syncserver.go - Implement the SycAPI to use CosmosDB (#8) 2021-05-27 18:45:53 +10:00