Releases: alvis/entrystore
Releases · alvis/entrystore
v0.0.1
- chore(release): 0.0.1 (c39455e)
- wip(entry): add a select method (0fe95d2)
- wip(part): add a partitioner assigning entries into YYYY-MM parts (af9698f)
- wip(part): add a partitioner which results only a single partition (e9f86aa)
- doc: add example usages (3b9af30)
- feat(csv): provide a simple CSV store (649e71a)
- feat(sto): provide a local storage adapter (fec3bcb)
- arch(entry): add the prototype for an entry store (f06f869)
- arch(part): add the prototype for a data partitioner (e30be22)
- arch(sto): add the standard interface for storage backends (c1b1b50)
- def: add common data types (e941240)
- init: layout the foundation for the project (f5cdd01)