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.
- Host: GitHub
- URL: https://github.com/cachetronaut/dockbay
- Owner: cachetronaut
- License: mit
- Created: 2026-06-05T17:53:41.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-05T19:31:57.000Z (about 2 months ago)
- Last Synced: 2026-07-04T02:33:34.461Z (20 days ago)
- Topics: adapters, dockbay, drivers, python, storage, typescript
- Language: Python
- Homepage: https://github.com/cachetronaut/dockbay#readme
- Size: 1.02 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# DockBay
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