Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 716 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 716 Bytes

datastore

Boss: Dirk

A thin wrapper over S3 that stores and retrieves immutable data in S3 and supports versioning.

The real READMEs are here for the API and here for the CLI.

Releasing

To set up for release, follow the instructions in the nlpstack readme.

The release instructions are also accurate, although you need to set your deploy branch's upstream to git@github.com:allenai/datastore.git/master.

Assuming git@github.com:allenai/datastore.git is set to your remote upstream, this can be done with:

# From your deploy branch.
git branch -u upstream/master