An open API service indexing awesome lists of open source software.

https://github.com/cachetronaut/dockbay

DockBay provides storage driver contracts and adapters.
https://github.com/cachetronaut/dockbay

adapters dockbay drivers python storage typescript

Last synced: 20 days ago
JSON representation

DockBay provides storage driver contracts and adapters.

Awesome Lists containing this project

README

          

# DockBay


DockBay logo

Backend driver substrate for primitive store adapters.

DockBay is a primitive with TypeScript and Python implementations maintained in one public repository. The shared repo keeps the public contract, fixtures, issues, and release history aligned across languages.

## Packages

- npm: `dockbay`
- PyPI: `dockbay`

## Repository Layout

- `ts/` - TypeScript implementation and npm package.
- `py/` - Python implementation and PyPI package.
- `fixtures/` - Shared conformance and parity fixtures when the primitive needs them.

## Package Documentation

- TypeScript package notes: [ts/README.md](ts/README.md)
- Python package notes: [py/README.md](py/README.md)

## License

MIT