dendrite/src/github.com/matrix-org/dendrite/roomserver/storage
Mark Haines 237b912cf5 Write to an output kafka log for new room events in the roomserver. (#20)
* Track which events have been sent and the last event sent for each room

* Write output events

* comment that an event could be sent twice
2017-02-27 11:25:35 +00:00
..
event_json_table.go Move the SQL into separate files for each table. (#7) 2017-02-15 14:43:19 +00:00
event_state_keys_table.go Get the SQL working, and make it more idempotent (#17) 2017-02-22 16:51:10 +00:00
event_types_table.go Get the SQL working, and make it more idempotent (#17) 2017-02-22 16:51:10 +00:00
events_table.go Write to an output kafka log for new room events in the roomserver. (#20) 2017-02-27 11:25:35 +00:00
partition_offset_table.go Move the SQL into separate files for each table. (#7) 2017-02-15 14:43:19 +00:00
previous_events_table.go Track which events are the latest events in the room. (#14) 2017-02-21 14:50:30 +00:00
rooms_table.go Write to an output kafka log for new room events in the roomserver. (#20) 2017-02-27 11:25:35 +00:00
sql.go Track which events are the latest events in the room. (#14) 2017-02-21 14:50:30 +00:00
state_block_table.go Move the SQL into separate files for each table. (#7) 2017-02-15 14:43:19 +00:00
state_snapshot_table.go Move the SQL into separate files for each table. (#7) 2017-02-15 14:43:19 +00:00
storage.go Write to an output kafka log for new room events in the roomserver. (#20) 2017-02-27 11:25:35 +00:00