Skip to content

Releases: alvis/entrystore

v0.0.1

05 Apr 18:43
c39455e
Compare
Choose a tag to compare
  • 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)

v0.1.0

23 Mar 14:59
d7e77c2
Compare
Choose a tag to compare
  • chore(release): 0.1.0 (d7e77c2)
  • feat: provide a simple CSV store (aef1cab)
  • init: layout the foundation for the project (d127faf)