spoonbill-framework


Namespoonbill-framework JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA lightweight, universal interface for Key-Values data stores
upload_time2024-04-05 20:29:49
maintainerNone
docs_urlNone
authorxdssio
requires_python<4.0,>=3.7
licenseLICENSE
keywords dict key-value gcp azure aws s3 lmdb pysos redis dynamodb mongodb cosmosdb safetensors unqlite
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
   <img src="https://github.com/xdssio/spoonbill/raw/9630a4dcb9ea4ee5dbd8dd58ae27900bdc371620/docs/images/logo.png" alt="logo" width="400" />
</p>

# Spoonbill

What is Spoonbill? Inspired by [ibis](https://ibis-project.org/docs/3.2.0/),
Spoonbill is a Python library that provides a lightweight, universal interface for Key-Values data stores.     
Write once, run anywhere.

For fast prototyping, testing, and simplification of data pipelines.

#### [Docs](https://spoonbill-framework.readthedocs.io/en/latest/)

## Features

1. A unified interface for all key-value data stores.
2. A simple, intuitive API.
3. A lightweight, fast, and flexible library.
4. Extra features like Search, batch inserts and retrieval on (almost) all backends.

## Installation

```bash
pip install spoonbill-framework
```

## Operations map

| Operation                    | InMemoryStore | FilesystemStore                                                                                                     | RedisStore                                 | LmdbStore                                           | PysosStore                                  | ShelveStore                                             | DynamoDBStore                                    | FireStoreStore                                              | CosmosDBStore                                                                                          | MongoDBStore                            | SafetensorsStore                                          | ModalStore                 | UnQLite                                                      | Speedb                                        | RocksDB                                        | LevelDB                                      |
|------------------------------|---------------|---------------------------------------------------------------------------------------------------------------------|--------------------------------------------|-----------------------------------------------------|---------------------------------------------|---------------------------------------------------------|--------------------------------------------------|-------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|-----------------------------------------|-----------------------------------------------------------|----------------------------|--------------------------------------------------------------|-----------------------------------------------|------------------------------------------------|----------------------------------------------|
| backend                      | python dict   | [fsspec](https://filesystem-spec.readthedocs.io/en/latest/features.html#key-value-stores) (S3/gs,az,local,ftp, etc) | [Redis](https://github.com/redis/redis-py) | [Lmdb](https://github.com/Dobatymo/lmdb-python-dbm) | [Pysos](https://github.com/dagnelies/pysos) | [Shelve](https://docs.python.org/3/library/shelve.html) | [AWS DynamoDB](https://aws.amazon.com/dynamodb/) | [GCP Firestore](https://firebase.google.com/docs/firestore) | [Azure Cosmos DB](https://www.google.com/search?client=safari&rls=en&q=Azure+Cosmos&ie=UTF-8&oe=UTF-8) | [MongoDB](https://www.mongodb.com/home) | [safetensors](https://github.com/huggingface/safetensors) | [modal](https://modal.com) | [unqlite-python](https://github.com/coleifer/unqlite-python) | [speedb](https://github.com/speedb-io/speedb) | [RocksDB](https://github.com/facebook/rocksdb) | [leveldb](https://github.com/google/leveldb) |
| set                          | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | -                                                         | +                          | +                                                            | +                                             | +                                              | +                                            | 
| get                          | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | +                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |
| pop                          | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | -                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |
| delete                       | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | -                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |
| len                          | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | +                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |
| eq                           | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | -                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |
| keys                         | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | +                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |
| values                       | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | +                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |
| items                        | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | +                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |
| iter                         | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | +                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |
| contains                     | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | +                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |
| update                       | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | -                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |
| persistence                  | -             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | +                                                         | -                          | +                                                            | +                                             | +                                              | +                                            |
| save/load                    | +             | Auto                                                                                                                | Save (experimental)                        | +                                                   | +                                           | +                                                       | Serverless                                       | Serverless                                                  | Serverless                                                                                             | + (strict)                              | +                                                         | -                          | +                                                            | (save/ingest)                                 | (save/ingest)                                  | -                                            |
| key type (Not strict/strict) | Any           | Any(local) / String(cloud)                                                                                          | Any/String                                 | Any                                                 | Any                                         | Any                                                     | String                                           | Any/String                                                  | String                                                                                                 | String                                  | String                                                    | Any                        | Any                                                          | Any                                           | Any                                            | Any                                          |
| value_type                   | Any           | Any(local) / String(cloud)                                                                                          | Any/String                                 | Any                                                 | Any                                         | Any                                                     | Jsonable                                         | Any                                                         | Any                                                                                                    | Any/Dict[str,Any]                       | Tensors                                                   | Any                        | Any                                                          | Any                                           | Any                                            | Any                                          |

* A `strict=False` mode is available to allow for more flexible data types - anything which is cloudpickle-able will
  work including classes and functions.

## Use cases

Mock data on local dictionary and cloud store in dev or production.

```python
from spoonbill.datastores import DynamoDBStore, InMemoryStore
import os

environment = os.getenv("environment", "test")

if environment == "test":
    store = InMemoryStore.open("mock data")
elif environment == "dev":
    store = DynamoDBStore.open("dev table")
else:
    store = DynamoDBStore.open("prod table")
```

Real-time feature engineering with any backend

```python
from spoonbill.datastores import RedisStore
import pandas as pd

df = pd.DataFrame({'user': [1, 2, 3]})
feature_store = RedisStore.open("features table")  # {1: {"age":20:, "sex":female",...}}


def get_user_details(x):
    default = {"age": 25, "sex": "female"}
    return pd.Series(feature_store.get(x['user'], default).values())


df[['age', 'sex']] = df.apply(get_user_details, axis=1)
df
"""
   user  age     sex
0     1   20    male
1     2   30  female
2     3   25  female
"""
```


## Usage

All the classes have the same interface, so you can use them interchangeably.

* The *strict* argument is used to control if to encode the keys and values with cloudpickle or keep original backend
  behavior. if strict is False, any key and value can be used, otherwise it depends on the backend.

### APIs
Everthying a dict does plus some searches. 

```python
from spoonbill.datastores import InMemoryStore

store = InMemoryStore()
store["key"] = "value"
store["key"] = {"feature": "value"}
store["key"] == "value"
del store['key']
store.set("key", "value")
store.get("key", None)
store.delete("key")
store.pop('key', None)
store.popitem()
store.keys()
store.items()
store.values()
'key' in store  # contains
len(store)
for key in store: pass  # iterate
store.update({'key': 'value'})
store.save('path')
store.load('path')


```

When using `strict=True` we can use some advanced features of the backend. specifically for searches.

```python
from spoonbill.datastores import InMemoryStore

store = InMemoryStore()
store.keys(pattern="*", limit=10)  # scan keys to a pattern
store.values(keys=['key1', 'key2'])  # retrieve a batch of values efficiently 
store.items(conditions={'a': '1+', 'b': 1}, limit=10)  # filter based on match conditions

```

### How to choose a backend?

For fastest performance, use the InMemoryStore. It is a simple dict that is not persisted to disk.      
If you need local persistence, I prefer the LmdbStore, but PysosStore and ShelveStore should work too.

If speed is not important, but you want cheap persistence in the cloud, use FilesystemStore with S3,GCP, or Azure.

If you are using it to load tensors for embedding or deep learning weights, use SafetensorsStore

If you need persistence in the cloud with realtime search, use one of the Providers key-values store:

* CosmosDB (Azure)
* Firestore (GCP)
* DynamoDB (AWS)
* MongoDB (Wherever it is deployed)

If you need very fast realtime, then the RedisStore is the best choice.

# Backends

## InMemoryStore

This object is to have a common interface for all the key-value stores. It is great for testing and for the average use
case, to have a common interface which includes the search operations.

* Save/load are implemented to save/load the whole dict to/from a file, locally or on the cloud
  using [fsspec](https://filesystem-spec.readthedocs.io/en/latest/api.html?highlight=s3#other-known-implementations).

```python
from spoonbill.datastores import InMemoryStore

store = InMemoryStore()  # InMemoryDict.open() or InMemoryDict.open('path/to/file') from file

# Also works with any dict-like object
from collections import defaultdict, OrderedDict, Counter

store = InMemoryStore(defaultdict)
store = InMemoryStore(OrderedDict)
store = InMemoryStore(Counter)
```
## JsonStore

A simple json-file store where each call read and write a json file.   
Not very effeicint for many calls but great for a small configuration singelton file.   
Biggest benefit is that the file which is written is human-readable.

* `lockfile_path` can be used as a locking mechanism. Requires `pip install filelock`.
* `use_jsonpickle` can be use instead of pure json to handle more complicated objects like numpy arrays. Requires `pip install jsonpickle`
* Cloud-native, if the path is `s3,gs,az`, it should still work.   
  
> ⚠️ The cloud native is un-tested.

```python
from spoonbill.datastores.jsonstore import JsonStore

store = JsonStore.open(path='file.json', 
                      strict=True, 
                      lockfile_path=tmpdir.name+'file.lock',
                      use_jsonpickle=True)
```


## [LmdbStore](https://github.com/Dobatymo/lmdb-python-dbm)

An LMDB key-value store based on [lmdb-python-dbm](https://github.com/Dobatymo/lmdb-python-dbm). This is ideal for lists
or datastores which either need persistence, are too big to fit in memory or both.   
This is a Python DBM interface style wrapper around [LMDB](http://www.lmdb.tech/doc/) (Lightning Memory-Mapped Database)

[Details](https://en.wikipedia.org/wiki/Lightning_Memory-Mapped_Database)

Requirements:   
```pip install lmdbm```

```python
from spoonbill.datastores.lmdb import LmdbStore

store = LmdbStore.open('tmp.db')
```

## [PysosStore](https://github.com/dagnelies/pysos)

This is ideal for lists or dictionaries which either need persistence, are too big to fit in memory or both.

There are existing alternatives like shelve, which are very good too. There main difference with pysos is that:

* only the index is kept in memory, not the values (so you can hold more data than what would fit in memory)
* it provides both persistent dicts and lists
* objects must be json "dumpable" (no cyclic references, etc.)
* it's fast (much faster than shelve on windows, but slightly slower than native dbms on linux)
* it's unbuffered by design: when the function returns, you are sure it has been written on disk
* it's safe: even if the machine crashes in the middle of a big write, data will not be corrupted
* it is platform independent, unlike shelve which relies on an underlying dbm implementation, which may vary from system
  to system the data is stored in a plain text format

Requirements:   
```pip install pysos```

```python
from spoonbill.datastores.pysos import PysosStore

store = PysosStore.open('tmp.db')
```

## [Shelve](https://docs.python.org/3/library/shelve.html)

The difference with “dbm” databases is that the values (not the keys!) in a shelf can be essentially arbitrary Python
objects — anything that the pickle module can handle. This includes most class instances, recursive data types, and
objects containing lots of shared sub-objects. The keys are ordinary strings.

```python
from spoonbill.datastores.shelve import ShelveStore

store = ShelveStore.open('tmp.db')
```

## [Safetensors](https://github.com/huggingface/safetensors)

This is ideal whe you want to work with tensors from disc, but it is a frozen store - no set or update.

Requirements:   
```pip install safetensors```

* if you use tensorflow, torch, numpy or flax, youll need to install them too... duh.

```python
from spoonbill.datastores import SafetensorsStore
import numpy as np

data = {'weight1': np.array([1, 2, 3]), 'weight2': np.array([4, 5, 6])}
SafetensorsStore.export_safetensors(data, 'tmp.db', framework=SafetensorsStore.NUMPY)
store = SafetensorsStore.open('tmp.db', framework=SafetensorsStore.NUMPY, device='cpu')

store['weight1']  # returns a numpy array
store['weight1'] = 1  # raises an error
```

If you must be able to have a mutable store, you can use the `SafetensorsInMemoryStore`.

```python
from spoonbill.datastores import SafetensorsInMemoryStore, SafetensorsStore
import numpy as np

store = SafetensorsInMemoryStore(framework=SafetensorsStore.NUMPY)
store['weight'] = np.array([1, 2, 3])  # backed by an InMemoryStore
safetensors_store = store.export_safetensors("path")
```

In you want a mutable and persisted safetensors, we got you cover with the `SafetensorsLmdbStore` backed by the
LmdbStore backend

* ```pip install lmdbm```

```python
from spoonbill.datastores import SafetensorsLmdbStore, SafetensorsStore
import numpy as np

store = SafetensorsLmdbStore(path='tmp.db', framework=SafetensorsStore.NUMPY)
store['weight'] = np.array([1, 2, 3])  # backed by a LmdbStore
safetensors_store = store.export_safetensors("path")
```

## FilesystemStore

This dict is implemented as key-value files locally or on a cloud provider. It is **slow**, but good for as a cheap
persisted key-value store. It is a wrapepr
around [fsspec](https://filesystem-spec.readthedocs.io/en/latest/features.html#key-value-stores) key-value feature.
Therefor it supports all the filesystems supported by fsspec (s3, gs, az, local, ftp, http, etc).

* It supports caching
* It can be exported to a local directory or other clouds (s3, gs, az, etc)

For faster applications with cloud persistence, you can use InMemoryStore/LmdbStore and save/load to the cloud after
updates.

```python
from spoonbill.datastores.filesystem import FilesystemStore

# set strict to True to use redis with its default behaviour which turns keys and values to strings
store = FilesystemStore.open("s3://bucket/path/to/store")
store.save("local_dir_path")
```

## [Redis](https://github.com/redis/redis-py)

Probably the fastest solution for key-value stores not only in python, but in general. It is a great solution.

* When *strict=False* any key-value can be used, otherwise only string keys and values can be used.
* When using keys with patterns -> the pattern is passed to redis *keys* function, so the behaviour is what you would
  expect from redis.
* Redis doesn't have any search for values.

Requirements:   
```pip install redis```

```python
from spoonbill.datastores.redis import RedisStore

# set strict to True to use redis with its default behaviour which turns keys and values to strings
store = RedisStore.open("redis://localhost:6379/1")
store[1] = 1
assert store[1] == store["1"] == "1"

assert list(store.keys('1*')) == ['111', '1', '11']  # redis turn every key to string
assert list(store.scan('1*')) == ['111', '1', '11']  # slower but non-blocking

store = RedisStore.open("redis://localhost:6379/1", strict=False)
store[1] = lambda x: x + 1  # anything goes using cloudpickle
assert store[1](1) == 2
```

## Serverless stores

* Recommended to use values as dict values, as they are more efficient to scan.
    * Good Example: `store['key'] = {'a': 1, 'b': 2}`
    * Bad Example: `store['key'] = "a value which is not a dict"`

Recommended using with `strict=True` to enjoy all the benefits of backends including **searches**.

Searches API Example:

```python
from spoonbill.datastores.mongodb import MongoDBStore

store = MongoDBStore()
store.keys(pattern="*", limit=10)  # scan keys to a pattern
store.values(keys=['key1', 'key2'])  # retrieve a batch of values efficiently 
store.items(conditions={'a': '1+', 'b': 1}, limit=10)  # filter based on match conditions
```

## [MongoDB]((https://www.mongodb.com/home))

* Save/load is only implemented for `strict=True`.

Requirements:
```pip install pymongo```

```python
from spoonbill.datastores.dynamodb import DynamoDBStore

store = MongoDBStore.open(uri='mongodb://localhost:27017/')
```

## [DynamoDB]((https://aws.amazon.com/dynamodb/))

Notes:

* It is always recommended to set values which are a dict {attribute_name: value} to enjoy all the dynamodb features.
* Keys are defined per table as either strings ('S'), numbers ('N') or bytes ('B').
* If you set a primitive number value, it will return as float (:
* cerealbox is required for retrieving multiple values with *values(["key1", "key2"])*:
    * ```pip install cerealbox```

Requirements:

```bash
pip install boto3 
```

## [Firestore]((https://firebase.google.com/docs/firestore))

Notes:

* It is recommended use dict-values {attribute_name: value} + `strict=True` to enjoy all the firestore features.
    * Example: `store['key'] = {'feature': 'value'}`   
      Prerequisites:

1. Create a project in Google Cloud Platform
2. Enable Firestore API
3. Create a service account and download the json file
4. Set the environment variable GOOGLE_APPLICATION_CREDENTIALS to the path of the json file
5. Create a database in Firestore
6. Create a collection in the database
7. Install google-cloud-firestore with

```bash
pip install --upgrade google-cloud-firestore 
```

```python
from spoonbill.datastores.firestore import Firestore

# this rest of the credentials are picked up from the file in the GOOGLE_APPLICATION_CREDENTIALS environment variable
store = Firestore.open(table_name="my-collection")
```

## [Azure CosmosDB]((https://www.google.com/search?client=safari&rls=en&q=Azure+Cosmos&ie=UTF-8&oe=UTF-8))

Notes:

* It is recommended use dict-values {attribute_name: value} + `strict=True` to enjoy all the CosmosDB features.
    * Example: `store['key'] = {'feature': 'value'}`
* The scans are implemented with SQL and  `LIKE` (Regex is not implemented on Cosmos). So it is not possible to do
  `store.keys('a*')` but `store.keys('a%')` works.

Prerequisites: [Quickstart](https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/quickstart-python?tabs=azure-portal%2Clinux)

Requirements:

```pip install azure-cosmos```

```python
from spoonbill.datastores.cosmos import CosmosDBStore

store = CosmosDBStore.open(database='db',
                           container='container',
                           endpoint='endpoint',
                           credential='credential')
```

## [Modal.com](https://modal.com/home)

Requirements:

```
pip install modal-client
modal token new
```

The [modal Dict](https://modal.com/docs/reference/modal.Dict) has a different context than the other stores. For it to
work, we must give it the stub at creation time and the app at runtime.

Currently, modal implemented only *contains*, *put*, *get*, *update*, *len*, and *pop*.    
For the sake of consistency, we implemented the *keys*, *values*, *items* and the search APIs naively with another
metadata modal.Dict, which
makes them slow.

It is recommended to use it mostly as a cache.

The ModalStore is initiated with a **stub** outside the runtime with data optionally and cannot be updated outside the
app
by design.

Within the runtime, the **context app** is passed to the store to be able to update the data.

Within a function, only the **name** of the dict is needed.

```python 
import modal
from spoonbill.datastores.modal import ModalStore

image = modal.Image.debian_slim().pip_install("spoonbill-framework")

name = "data"
stub = modal.Stub("app name", **kwargs)
# with stub
store = ModalStore.open(name=name, stub=stub, data={"key": "value"})  # data is optional


@stub.function(image=image)
def foo():
    # in function
    store = ModalStore.open(name=name)


if __name__ == "__main__":
    with stub.run() as app:
        # in stub.run context
        store = ModalStore.open(name=name, app=app) 
``` 

## [UnQlite] (https://unqlite.org)([python-bindings](https://github.com/coleifer/unqlite-python))

Read the issue tracker for this database before considering using it. UnQLite has not seen any meaningful development
since 2014. It is strongly recommended that you use Sqlite. Sqlite has robust support for json and is actively developed
and maintained.

UnQLite is a in-process software library which implements a self-contained, serverless, zero-configuration,
transactional NoSQL database engine.

Requirements:   
```pip install unqlite```

```python
from spoonbill.datastores.unqlite import UnQLiteStore

store = UnQLiteStore.open('tmp.db')  # leave empty for in-memory
```

## [Speedb](https://github.com/speedb-io/speedb)

A first-of-its-kind, community-led key-value storage engine, designed to support modern data sets.

Speedb is a 100% RocksDB compatible, drop-in library, focused on high performance, optimized for modern storage hardware
and scale, on-premise and in the cloud. We strive to simplify the usability of complex data engines as well as stabilize
and improve performance for any use case.

* If you care a lot about performance and you're willing to miss some feature like the __len___ method,
  use [RocksDict](https://github.com/Congyuwang/RocksDict) directly.
* The save and load is a bit different from the other stores. It is not a dump and load of the data, save to a file and
  ingest back.
* Requirements:   
  ```pip install speedict```

```python
from spoonbill.datastores.speedb import SpeedbStore

store = SpeedbStore.open('directory/')

store.save('file.sst')
# load 
store.ingest('file.sst')

```

## [RocksDB](https://github.com/facebook/rocksdb)

RocksDB is developed and maintained by Facebook Database Engineering Team. It is built on earlier work on LevelDB by
Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)

This code is a library that forms the core building block for a fast key-value server, especially suited for storing
data on flash drives. It has a Log-Structured-Merge-Database (LSM) design with flexible tradeoffs between
Write-Amplification-Factor (WAF), Read-Amplification-Factor (RAF) and Space-Amplification-Factor (SAF). It has
multi-threaded compactions, making it especially suitable for storing multiple terabytes of data in a single database.

* If you care a lot about performance and you're willing to miss some feature like the __len___ method,
  use [RocksDict](https://github.com/Congyuwang/RocksDict) directly.
* Only one instance can be open at a time for threading locking issues.
* The save and load is a bit different from the other stores. It is not a dump and load of the data, save to a file and
  ingest back.

* Requirements:   
  ```pip install rocksdict```

```python
from spoonbill.datastores.rocksdb import RocksDBStore

store = RocksDBStore.open('directory/')

store.save('file.sst')
# load 
store.ingest('file.sst')

```

## [LevelDB](https://github.com/google/leveldb)

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to
string values.

Important notes:

* In strict=True, LevelDB Only handles bytes, so you need to encode your data before saving it strict=False will do that
  for you.

Requirements:

* Install LevelDB on your platform and also

```
pip install plyvel
# or 
pip install plyvel-ci
```

```python
from spoonbill.datastores.leveldb import LevelDBStore

store = LevelDBStore.open('directory/')

```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "spoonbill-framework",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": "dict, key-value, gcp, azure, aws, s3, lmdb, pysos, redis, dynamodb, mongodb, cosmosdb, safetensors, unqlite",
    "author": "xdssio",
    "author_email": "jonathan@xdss.io",
    "download_url": "https://files.pythonhosted.org/packages/3f/da/5a8fe558f00421257d0673db7f3f4bd134bf6949265fcfaaaab02a2194b1/spoonbill_framework-0.1.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n   <img src=\"https://github.com/xdssio/spoonbill/raw/9630a4dcb9ea4ee5dbd8dd58ae27900bdc371620/docs/images/logo.png\" alt=\"logo\" width=\"400\" />\n</p>\n\n# Spoonbill\n\nWhat is Spoonbill? Inspired by [ibis](https://ibis-project.org/docs/3.2.0/),\nSpoonbill is a Python library that provides a lightweight, universal interface for Key-Values data stores.     \nWrite once, run anywhere.\n\nFor fast prototyping, testing, and simplification of data pipelines.\n\n#### [Docs](https://spoonbill-framework.readthedocs.io/en/latest/)\n\n## Features\n\n1. A unified interface for all key-value data stores.\n2. A simple, intuitive API.\n3. A lightweight, fast, and flexible library.\n4. Extra features like Search, batch inserts and retrieval on (almost) all backends.\n\n## Installation\n\n```bash\npip install spoonbill-framework\n```\n\n## Operations map\n\n| Operation                    | InMemoryStore | FilesystemStore                                                                                                     | RedisStore                                 | LmdbStore                                           | PysosStore                                  | ShelveStore                                             | DynamoDBStore                                    | FireStoreStore                                              | CosmosDBStore                                                                                          | MongoDBStore                            | SafetensorsStore                                          | ModalStore                 | UnQLite                                                      | Speedb                                        | RocksDB                                        | LevelDB                                      |\n|------------------------------|---------------|---------------------------------------------------------------------------------------------------------------------|--------------------------------------------|-----------------------------------------------------|---------------------------------------------|---------------------------------------------------------|--------------------------------------------------|-------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|-----------------------------------------|-----------------------------------------------------------|----------------------------|--------------------------------------------------------------|-----------------------------------------------|------------------------------------------------|----------------------------------------------|\n| backend                      | python dict   | [fsspec](https://filesystem-spec.readthedocs.io/en/latest/features.html#key-value-stores) (S3/gs,az,local,ftp, etc) | [Redis](https://github.com/redis/redis-py) | [Lmdb](https://github.com/Dobatymo/lmdb-python-dbm) | [Pysos](https://github.com/dagnelies/pysos) | [Shelve](https://docs.python.org/3/library/shelve.html) | [AWS DynamoDB](https://aws.amazon.com/dynamodb/) | [GCP Firestore](https://firebase.google.com/docs/firestore) | [Azure Cosmos DB](https://www.google.com/search?client=safari&rls=en&q=Azure+Cosmos&ie=UTF-8&oe=UTF-8) | [MongoDB](https://www.mongodb.com/home) | [safetensors](https://github.com/huggingface/safetensors) | [modal](https://modal.com) | [unqlite-python](https://github.com/coleifer/unqlite-python) | [speedb](https://github.com/speedb-io/speedb) | [RocksDB](https://github.com/facebook/rocksdb) | [leveldb](https://github.com/google/leveldb) |\n| set                          | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | -                                                         | +                          | +                                                            | +                                             | +                                              | +                                            | \n| get                          | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | +                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |\n| pop                          | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | -                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |\n| delete                       | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | -                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |\n| len                          | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | +                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |\n| eq                           | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | -                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |\n| keys                         | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | +                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |\n| values                       | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | +                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |\n| items                        | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | +                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |\n| iter                         | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | +                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |\n| contains                     | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | +                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |\n| update                       | +             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | -                                                         | +                          | +                                                            | +                                             | +                                              | +                                            |\n| persistence                  | -             | +                                                                                                                   | +                                          | +                                                   | +                                           | +                                                       | +                                                | +                                                           | +                                                                                                      | +                                       | +                                                         | -                          | +                                                            | +                                             | +                                              | +                                            |\n| save/load                    | +             | Auto                                                                                                                | Save (experimental)                        | +                                                   | +                                           | +                                                       | Serverless                                       | Serverless                                                  | Serverless                                                                                             | + (strict)                              | +                                                         | -                          | +                                                            | (save/ingest)                                 | (save/ingest)                                  | -                                            |\n| key type (Not strict/strict) | Any           | Any(local) / String(cloud)                                                                                          | Any/String                                 | Any                                                 | Any                                         | Any                                                     | String                                           | Any/String                                                  | String                                                                                                 | String                                  | String                                                    | Any                        | Any                                                          | Any                                           | Any                                            | Any                                          |\n| value_type                   | Any           | Any(local) / String(cloud)                                                                                          | Any/String                                 | Any                                                 | Any                                         | Any                                                     | Jsonable                                         | Any                                                         | Any                                                                                                    | Any/Dict[str,Any]                       | Tensors                                                   | Any                        | Any                                                          | Any                                           | Any                                            | Any                                          |\n\n* A `strict=False` mode is available to allow for more flexible data types - anything which is cloudpickle-able will\n  work including classes and functions.\n\n## Use cases\n\nMock data on local dictionary and cloud store in dev or production.\n\n```python\nfrom spoonbill.datastores import DynamoDBStore, InMemoryStore\nimport os\n\nenvironment = os.getenv(\"environment\", \"test\")\n\nif environment == \"test\":\n    store = InMemoryStore.open(\"mock data\")\nelif environment == \"dev\":\n    store = DynamoDBStore.open(\"dev table\")\nelse:\n    store = DynamoDBStore.open(\"prod table\")\n```\n\nReal-time feature engineering with any backend\n\n```python\nfrom spoonbill.datastores import RedisStore\nimport pandas as pd\n\ndf = pd.DataFrame({'user': [1, 2, 3]})\nfeature_store = RedisStore.open(\"features table\")  # {1: {\"age\":20:, \"sex\":female\",...}}\n\n\ndef get_user_details(x):\n    default = {\"age\": 25, \"sex\": \"female\"}\n    return pd.Series(feature_store.get(x['user'], default).values())\n\n\ndf[['age', 'sex']] = df.apply(get_user_details, axis=1)\ndf\n\"\"\"\n   user  age     sex\n0     1   20    male\n1     2   30  female\n2     3   25  female\n\"\"\"\n```\n\n\n## Usage\n\nAll the classes have the same interface, so you can use them interchangeably.\n\n* The *strict* argument is used to control if to encode the keys and values with cloudpickle or keep original backend\n  behavior. if strict is False, any key and value can be used, otherwise it depends on the backend.\n\n### APIs\nEverthying a dict does plus some searches. \n\n```python\nfrom spoonbill.datastores import InMemoryStore\n\nstore = InMemoryStore()\nstore[\"key\"] = \"value\"\nstore[\"key\"] = {\"feature\": \"value\"}\nstore[\"key\"] == \"value\"\ndel store['key']\nstore.set(\"key\", \"value\")\nstore.get(\"key\", None)\nstore.delete(\"key\")\nstore.pop('key', None)\nstore.popitem()\nstore.keys()\nstore.items()\nstore.values()\n'key' in store  # contains\nlen(store)\nfor key in store: pass  # iterate\nstore.update({'key': 'value'})\nstore.save('path')\nstore.load('path')\n\n\n```\n\nWhen using `strict=True` we can use some advanced features of the backend. specifically for searches.\n\n```python\nfrom spoonbill.datastores import InMemoryStore\n\nstore = InMemoryStore()\nstore.keys(pattern=\"*\", limit=10)  # scan keys to a pattern\nstore.values(keys=['key1', 'key2'])  # retrieve a batch of values efficiently \nstore.items(conditions={'a': '1+', 'b': 1}, limit=10)  # filter based on match conditions\n\n```\n\n### How to choose a backend?\n\nFor fastest performance, use the InMemoryStore. It is a simple dict that is not persisted to disk.      \nIf you need local persistence, I prefer the LmdbStore, but PysosStore and ShelveStore should work too.\n\nIf speed is not important, but you want cheap persistence in the cloud, use FilesystemStore with S3,GCP, or Azure.\n\nIf you are using it to load tensors for embedding or deep learning weights, use SafetensorsStore\n\nIf you need persistence in the cloud with realtime search, use one of the Providers key-values store:\n\n* CosmosDB (Azure)\n* Firestore (GCP)\n* DynamoDB (AWS)\n* MongoDB (Wherever it is deployed)\n\nIf you need very fast realtime, then the RedisStore is the best choice.\n\n# Backends\n\n## InMemoryStore\n\nThis object is to have a common interface for all the key-value stores. It is great for testing and for the average use\ncase, to have a common interface which includes the search operations.\n\n* Save/load are implemented to save/load the whole dict to/from a file, locally or on the cloud\n  using [fsspec](https://filesystem-spec.readthedocs.io/en/latest/api.html?highlight=s3#other-known-implementations).\n\n```python\nfrom spoonbill.datastores import InMemoryStore\n\nstore = InMemoryStore()  # InMemoryDict.open() or InMemoryDict.open('path/to/file') from file\n\n# Also works with any dict-like object\nfrom collections import defaultdict, OrderedDict, Counter\n\nstore = InMemoryStore(defaultdict)\nstore = InMemoryStore(OrderedDict)\nstore = InMemoryStore(Counter)\n```\n## JsonStore\n\nA simple json-file store where each call read and write a json file.   \nNot very effeicint for many calls but great for a small configuration singelton file.   \nBiggest benefit is that the file which is written is human-readable.\n\n* `lockfile_path` can be used as a locking mechanism. Requires `pip install filelock`.\n* `use_jsonpickle` can be use instead of pure json to handle more complicated objects like numpy arrays. Requires `pip install jsonpickle`\n* Cloud-native, if the path is `s3,gs,az`, it should still work.   \n  \n> \u26a0\ufe0f The cloud native is un-tested.\n\n```python\nfrom spoonbill.datastores.jsonstore import JsonStore\n\nstore = JsonStore.open(path='file.json', \n                      strict=True, \n                      lockfile_path=tmpdir.name+'file.lock',\n                      use_jsonpickle=True)\n```\n\n\n## [LmdbStore](https://github.com/Dobatymo/lmdb-python-dbm)\n\nAn LMDB key-value store based on [lmdb-python-dbm](https://github.com/Dobatymo/lmdb-python-dbm). This is ideal for lists\nor datastores which either need persistence, are too big to fit in memory or both.   \nThis is a Python DBM interface style wrapper around [LMDB](http://www.lmdb.tech/doc/) (Lightning Memory-Mapped Database)\n\n[Details](https://en.wikipedia.org/wiki/Lightning_Memory-Mapped_Database)\n\nRequirements:   \n```pip install lmdbm```\n\n```python\nfrom spoonbill.datastores.lmdb import LmdbStore\n\nstore = LmdbStore.open('tmp.db')\n```\n\n## [PysosStore](https://github.com/dagnelies/pysos)\n\nThis is ideal for lists or dictionaries which either need persistence, are too big to fit in memory or both.\n\nThere are existing alternatives like shelve, which are very good too. There main difference with pysos is that:\n\n* only the index is kept in memory, not the values (so you can hold more data than what would fit in memory)\n* it provides both persistent dicts and lists\n* objects must be json \"dumpable\" (no cyclic references, etc.)\n* it's fast (much faster than shelve on windows, but slightly slower than native dbms on linux)\n* it's unbuffered by design: when the function returns, you are sure it has been written on disk\n* it's safe: even if the machine crashes in the middle of a big write, data will not be corrupted\n* it is platform independent, unlike shelve which relies on an underlying dbm implementation, which may vary from system\n  to system the data is stored in a plain text format\n\nRequirements:   \n```pip install pysos```\n\n```python\nfrom spoonbill.datastores.pysos import PysosStore\n\nstore = PysosStore.open('tmp.db')\n```\n\n## [Shelve](https://docs.python.org/3/library/shelve.html)\n\nThe difference with \u201cdbm\u201d databases is that the values (not the keys!) in a shelf can be essentially arbitrary Python\nobjects \u2014 anything that the pickle module can handle. This includes most class instances, recursive data types, and\nobjects containing lots of shared sub-objects. The keys are ordinary strings.\n\n```python\nfrom spoonbill.datastores.shelve import ShelveStore\n\nstore = ShelveStore.open('tmp.db')\n```\n\n## [Safetensors](https://github.com/huggingface/safetensors)\n\nThis is ideal whe you want to work with tensors from disc, but it is a frozen store - no set or update.\n\nRequirements:   \n```pip install safetensors```\n\n* if you use tensorflow, torch, numpy or flax, youll need to install them too... duh.\n\n```python\nfrom spoonbill.datastores import SafetensorsStore\nimport numpy as np\n\ndata = {'weight1': np.array([1, 2, 3]), 'weight2': np.array([4, 5, 6])}\nSafetensorsStore.export_safetensors(data, 'tmp.db', framework=SafetensorsStore.NUMPY)\nstore = SafetensorsStore.open('tmp.db', framework=SafetensorsStore.NUMPY, device='cpu')\n\nstore['weight1']  # returns a numpy array\nstore['weight1'] = 1  # raises an error\n```\n\nIf you must be able to have a mutable store, you can use the `SafetensorsInMemoryStore`.\n\n```python\nfrom spoonbill.datastores import SafetensorsInMemoryStore, SafetensorsStore\nimport numpy as np\n\nstore = SafetensorsInMemoryStore(framework=SafetensorsStore.NUMPY)\nstore['weight'] = np.array([1, 2, 3])  # backed by an InMemoryStore\nsafetensors_store = store.export_safetensors(\"path\")\n```\n\nIn you want a mutable and persisted safetensors, we got you cover with the `SafetensorsLmdbStore` backed by the\nLmdbStore backend\n\n* ```pip install lmdbm```\n\n```python\nfrom spoonbill.datastores import SafetensorsLmdbStore, SafetensorsStore\nimport numpy as np\n\nstore = SafetensorsLmdbStore(path='tmp.db', framework=SafetensorsStore.NUMPY)\nstore['weight'] = np.array([1, 2, 3])  # backed by a LmdbStore\nsafetensors_store = store.export_safetensors(\"path\")\n```\n\n## FilesystemStore\n\nThis dict is implemented as key-value files locally or on a cloud provider. It is **slow**, but good for as a cheap\npersisted key-value store. It is a wrapepr\naround [fsspec](https://filesystem-spec.readthedocs.io/en/latest/features.html#key-value-stores) key-value feature.\nTherefor it supports all the filesystems supported by fsspec (s3, gs, az, local, ftp, http, etc).\n\n* It supports caching\n* It can be exported to a local directory or other clouds (s3, gs, az, etc)\n\nFor faster applications with cloud persistence, you can use InMemoryStore/LmdbStore and save/load to the cloud after\nupdates.\n\n```python\nfrom spoonbill.datastores.filesystem import FilesystemStore\n\n# set strict to True to use redis with its default behaviour which turns keys and values to strings\nstore = FilesystemStore.open(\"s3://bucket/path/to/store\")\nstore.save(\"local_dir_path\")\n```\n\n## [Redis](https://github.com/redis/redis-py)\n\nProbably the fastest solution for key-value stores not only in python, but in general. It is a great solution.\n\n* When *strict=False* any key-value can be used, otherwise only string keys and values can be used.\n* When using keys with patterns -> the pattern is passed to redis *keys* function, so the behaviour is what you would\n  expect from redis.\n* Redis doesn't have any search for values.\n\nRequirements:   \n```pip install redis```\n\n```python\nfrom spoonbill.datastores.redis import RedisStore\n\n# set strict to True to use redis with its default behaviour which turns keys and values to strings\nstore = RedisStore.open(\"redis://localhost:6379/1\")\nstore[1] = 1\nassert store[1] == store[\"1\"] == \"1\"\n\nassert list(store.keys('1*')) == ['111', '1', '11']  # redis turn every key to string\nassert list(store.scan('1*')) == ['111', '1', '11']  # slower but non-blocking\n\nstore = RedisStore.open(\"redis://localhost:6379/1\", strict=False)\nstore[1] = lambda x: x + 1  # anything goes using cloudpickle\nassert store[1](1) == 2\n```\n\n## Serverless stores\n\n* Recommended to use values as dict values, as they are more efficient to scan.\n    * Good Example: `store['key'] = {'a': 1, 'b': 2}`\n    * Bad Example: `store['key'] = \"a value which is not a dict\"`\n\nRecommended using with `strict=True` to enjoy all the benefits of backends including **searches**.\n\nSearches API Example:\n\n```python\nfrom spoonbill.datastores.mongodb import MongoDBStore\n\nstore = MongoDBStore()\nstore.keys(pattern=\"*\", limit=10)  # scan keys to a pattern\nstore.values(keys=['key1', 'key2'])  # retrieve a batch of values efficiently \nstore.items(conditions={'a': '1+', 'b': 1}, limit=10)  # filter based on match conditions\n```\n\n## [MongoDB]((https://www.mongodb.com/home))\n\n* Save/load is only implemented for `strict=True`.\n\nRequirements:\n```pip install pymongo```\n\n```python\nfrom spoonbill.datastores.dynamodb import DynamoDBStore\n\nstore = MongoDBStore.open(uri='mongodb://localhost:27017/')\n```\n\n## [DynamoDB]((https://aws.amazon.com/dynamodb/))\n\nNotes:\n\n* It is always recommended to set values which are a dict {attribute_name: value} to enjoy all the dynamodb features.\n* Keys are defined per table as either strings ('S'), numbers ('N') or bytes ('B').\n* If you set a primitive number value, it will return as float (:\n* cerealbox is required for retrieving multiple values with *values([\"key1\", \"key2\"])*:\n    * ```pip install cerealbox```\n\nRequirements:\n\n```bash\npip install boto3 \n```\n\n## [Firestore]((https://firebase.google.com/docs/firestore))\n\nNotes:\n\n* It is recommended use dict-values {attribute_name: value} + `strict=True` to enjoy all the firestore features.\n    * Example: `store['key'] = {'feature': 'value'}`   \n      Prerequisites:\n\n1. Create a project in Google Cloud Platform\n2. Enable Firestore API\n3. Create a service account and download the json file\n4. Set the environment variable GOOGLE_APPLICATION_CREDENTIALS to the path of the json file\n5. Create a database in Firestore\n6. Create a collection in the database\n7. Install google-cloud-firestore with\n\n```bash\npip install --upgrade google-cloud-firestore \n```\n\n```python\nfrom spoonbill.datastores.firestore import Firestore\n\n# this rest of the credentials are picked up from the file in the GOOGLE_APPLICATION_CREDENTIALS environment variable\nstore = Firestore.open(table_name=\"my-collection\")\n```\n\n## [Azure CosmosDB]((https://www.google.com/search?client=safari&rls=en&q=Azure+Cosmos&ie=UTF-8&oe=UTF-8))\n\nNotes:\n\n* It is recommended use dict-values {attribute_name: value} + `strict=True` to enjoy all the CosmosDB features.\n    * Example: `store['key'] = {'feature': 'value'}`\n* The scans are implemented with SQL and  `LIKE` (Regex is not implemented on Cosmos). So it is not possible to do\n  `store.keys('a*')` but `store.keys('a%')` works.\n\nPrerequisites: [Quickstart](https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/quickstart-python?tabs=azure-portal%2Clinux)\n\nRequirements:\n\n```pip install azure-cosmos```\n\n```python\nfrom spoonbill.datastores.cosmos import CosmosDBStore\n\nstore = CosmosDBStore.open(database='db',\n                           container='container',\n                           endpoint='endpoint',\n                           credential='credential')\n```\n\n## [Modal.com](https://modal.com/home)\n\nRequirements:\n\n```\npip install modal-client\nmodal token new\n```\n\nThe [modal Dict](https://modal.com/docs/reference/modal.Dict) has a different context than the other stores. For it to\nwork, we must give it the stub at creation time and the app at runtime.\n\nCurrently, modal implemented only *contains*, *put*, *get*, *update*, *len*, and *pop*.    \nFor the sake of consistency, we implemented the *keys*, *values*, *items* and the search APIs naively with another\nmetadata modal.Dict, which\nmakes them slow.\n\nIt is recommended to use it mostly as a cache.\n\nThe ModalStore is initiated with a **stub** outside the runtime with data optionally and cannot be updated outside the\napp\nby design.\n\nWithin the runtime, the **context app** is passed to the store to be able to update the data.\n\nWithin a function, only the **name** of the dict is needed.\n\n```python \nimport modal\nfrom spoonbill.datastores.modal import ModalStore\n\nimage = modal.Image.debian_slim().pip_install(\"spoonbill-framework\")\n\nname = \"data\"\nstub = modal.Stub(\"app name\", **kwargs)\n# with stub\nstore = ModalStore.open(name=name, stub=stub, data={\"key\": \"value\"})  # data is optional\n\n\n@stub.function(image=image)\ndef foo():\n    # in function\n    store = ModalStore.open(name=name)\n\n\nif __name__ == \"__main__\":\n    with stub.run() as app:\n        # in stub.run context\n        store = ModalStore.open(name=name, app=app) \n``` \n\n## [UnQlite] (https://unqlite.org)([python-bindings](https://github.com/coleifer/unqlite-python))\n\nRead the issue tracker for this database before considering using it. UnQLite has not seen any meaningful development\nsince 2014. It is strongly recommended that you use Sqlite. Sqlite has robust support for json and is actively developed\nand maintained.\n\nUnQLite is a in-process software library which implements a self-contained, serverless, zero-configuration,\ntransactional NoSQL database engine.\n\nRequirements:   \n```pip install unqlite```\n\n```python\nfrom spoonbill.datastores.unqlite import UnQLiteStore\n\nstore = UnQLiteStore.open('tmp.db')  # leave empty for in-memory\n```\n\n## [Speedb](https://github.com/speedb-io/speedb)\n\nA first-of-its-kind, community-led key-value storage engine, designed to support modern data sets.\n\nSpeedb is a 100% RocksDB compatible, drop-in library, focused on high performance, optimized for modern storage hardware\nand scale, on-premise and in the cloud. We strive to simplify the usability of complex data engines as well as stabilize\nand improve performance for any use case.\n\n* If you care a lot about performance and you're willing to miss some feature like the __len___ method,\n  use [RocksDict](https://github.com/Congyuwang/RocksDict) directly.\n* The save and load is a bit different from the other stores. It is not a dump and load of the data, save to a file and\n  ingest back.\n* Requirements:   \n  ```pip install speedict```\n\n```python\nfrom spoonbill.datastores.speedb import SpeedbStore\n\nstore = SpeedbStore.open('directory/')\n\nstore.save('file.sst')\n# load \nstore.ingest('file.sst')\n\n```\n\n## [RocksDB](https://github.com/facebook/rocksdb)\n\nRocksDB is developed and maintained by Facebook Database Engineering Team. It is built on earlier work on LevelDB by\nSanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)\n\nThis code is a library that forms the core building block for a fast key-value server, especially suited for storing\ndata on flash drives. It has a Log-Structured-Merge-Database (LSM) design with flexible tradeoffs between\nWrite-Amplification-Factor (WAF), Read-Amplification-Factor (RAF) and Space-Amplification-Factor (SAF). It has\nmulti-threaded compactions, making it especially suitable for storing multiple terabytes of data in a single database.\n\n* If you care a lot about performance and you're willing to miss some feature like the __len___ method,\n  use [RocksDict](https://github.com/Congyuwang/RocksDict) directly.\n* Only one instance can be open at a time for threading locking issues.\n* The save and load is a bit different from the other stores. It is not a dump and load of the data, save to a file and\n  ingest back.\n\n* Requirements:   \n  ```pip install rocksdict```\n\n```python\nfrom spoonbill.datastores.rocksdb import RocksDBStore\n\nstore = RocksDBStore.open('directory/')\n\nstore.save('file.sst')\n# load \nstore.ingest('file.sst')\n\n```\n\n## [LevelDB](https://github.com/google/leveldb)\n\nLevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to\nstring values.\n\nImportant notes:\n\n* In strict=True, LevelDB Only handles bytes, so you need to encode your data before saving it strict=False will do that\n  for you.\n\nRequirements:\n\n* Install LevelDB on your platform and also\n\n```\npip install plyvel\n# or \npip install plyvel-ci\n```\n\n```python\nfrom spoonbill.datastores.leveldb import LevelDBStore\n\nstore = LevelDBStore.open('directory/')\n\n```\n\n",
    "bugtrack_url": null,
    "license": "LICENSE",
    "summary": "A lightweight, universal interface for Key-Values data stores",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "dict",
        " key-value",
        " gcp",
        " azure",
        " aws",
        " s3",
        " lmdb",
        " pysos",
        " redis",
        " dynamodb",
        " mongodb",
        " cosmosdb",
        " safetensors",
        " unqlite"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e740db21b3fd208ec64e2952de31f504a55a1df8a6ed7e7df78827b613766dfd",
                "md5": "e2b8b635c4b82c8d1572902b26d378f7",
                "sha256": "f90eded966fef520136c9f31ea55fded66b86cf11ff5c0e16c74ca540e77178e"
            },
            "downloads": -1,
            "filename": "spoonbill_framework-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e2b8b635c4b82c8d1572902b26d378f7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 38463,
            "upload_time": "2024-04-05T20:29:47",
            "upload_time_iso_8601": "2024-04-05T20:29:47.782445Z",
            "url": "https://files.pythonhosted.org/packages/e7/40/db21b3fd208ec64e2952de31f504a55a1df8a6ed7e7df78827b613766dfd/spoonbill_framework-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3fda5a8fe558f00421257d0673db7f3f4bd134bf6949265fcfaaaab02a2194b1",
                "md5": "14d55b85fe0d6b60b44fae5d75ec2246",
                "sha256": "effa1dd351c6fb649fd7d5ad129be83290deffb0728e6b949c17e1c26dc0c567"
            },
            "downloads": -1,
            "filename": "spoonbill_framework-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "14d55b85fe0d6b60b44fae5d75ec2246",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 34779,
            "upload_time": "2024-04-05T20:29:49",
            "upload_time_iso_8601": "2024-04-05T20:29:49.696574Z",
            "url": "https://files.pythonhosted.org/packages/3f/da/5a8fe558f00421257d0673db7f3f4bd134bf6949265fcfaaaab02a2194b1/spoonbill_framework-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-05 20:29:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "spoonbill-framework"
}
        
Elapsed time: 0.23962s