i2mint/py2store

Persisters without dependencies

Opened this issue · 1 comments

As of now, only the modules in persisters have external dependencies (boto3 for s3 and dynamo, pymongo for mongodb, etc.).

But since py2store focuses on basic storage operations (as opposed to covering the complete range of DB operations), it wouldn't be far fetched to satisfy these operations through http requests. And if there's a declarative, uniform API specification for these operations (say... with an OpenAPI spec), then we're golden.