-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathTODO
More file actions
30 lines (27 loc) · 1.2 KB
/
TODO
File metadata and controls
30 lines (27 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
TODO:
1) finish data model
- add generic file type relative location for s3
- look at using TIMEUUID for timestamp when using sorting for Cassandra.
- devise strategy for results.
PRIMARY KEY ((id, service_name), finished_date_time))
WITH CLUSTERING ORDER BY (finished_date_time DESC)
- devise a strategy for submissions
PRIMARY KEY ((id, type), first_submission_date_time))
WITH CLUSTERING ORDER BY (first_submission_date_time DESC)
- devise a strategy for objects
PRIMARY KEY ((id, source), date))
WITH CLUSTERING ORDER BY (date_time DESC)
2) update SASI Index
3) adjust interface.go for cassandra
4) complete dockerfile
5) port maintenance code
6) merge readme.md
- add information on maintenance for cassandra: compaction, repair, multi-dc
- warning on using Docker verses native
- add documentation for fakesS3
7) merge contrib.md
8) add additional config options for cassandra
9) merge proxy file for S3
10) add mongodb code?
12) add option to sent AMQP message on write for streaming
13) [drop support] remove all flatfile storage. This will add complexity for relative locations with generic files. Not impossible but keeping it simple is best.