Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.77 KB

TODO.md

File metadata and controls

38 lines (28 loc) · 1.77 KB

Basic

  • This is from rocks - can we do this? - "Once a memtable is full, it becomes immutable and replaced by a new memtable. A background thread will flush the content of the memtable into a SST file, after which the memtable can be destroyed."
  • Proper header comments for packages, review package exports, etc

Robustness

Web

  • Have a static web page that makes it easy to perform CRUD operations. EG: post entered data to a key, or update/delete that key
  • Use http.DetectContentType if content type is not supplied (EG: empty string)
  • API function to see all keys??
  • Store content-type as separate key (key/content-type ??)

Deployment

Datasets

Need to build some examples using datasets on the Internet.

Some ideas:

  • Take snapshots of IOT data. Ideally would be a time series oriented DB
  • Snapshots of Asmodee data. Could be time series, though some data might not be (EG: dump of all players, etc)
  • Finance applications? historic prices? could be time series oriented
  • What else?