Zeeker
A Python library and CLI tool for creating, managing, and deploying databases for Datasette-based systems.
Installation
pip install zeeker
Quick Start
# Create a new database project
zeeker init my-project
cd my-project
# Add a data resource
zeeker add users --description "User data"
# Edit resources/users.py to implement fetch_data()
# Build the database
zeeker build
# Deploy to S3 (optional)
zeeker deploy
Features
- Complete Database Projects: Create, build, and deploy entire databases with data resources
- Intelligent Metadata Generation: Auto-generate column descriptions from schema analysis
- Document Fragments: Split large documents into searchable chunks
- Schema Management: Automatic versioning and conflict detection
- S3 Deployment: Direct deployment to S3-compatible storage
- Full-Text Search: Built-in FTS5 support
- Async Support: Concurrent data fetching for better performance
Documentation
For full documentation, visit: https://github.com/zeeker-sg/cli
License
MIT License - see LICENSE file for details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zeeker-0.9.0.tar.gz
(120.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
zeeker-0.9.0-py3-none-any.whl
(86.0 kB
view details)
File details
Details for the file zeeker-0.9.0.tar.gz.
File metadata
- Download URL: zeeker-0.9.0.tar.gz
- Upload date:
- Size: 120.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
134130eb09bf6f8c9b4d1a1d0094a3f6c0ea2312866c1832bd376fcf73552978
|
|
| MD5 |
df336a9247c4b147bee830bea4f626ba
|
|
| BLAKE2b-256 |
c12948e82299a5a467db1b1cc29bd9d62aab30ad91f626a84ed9d14de95048df
|
File details
Details for the file zeeker-0.9.0-py3-none-any.whl.
File metadata
- Download URL: zeeker-0.9.0-py3-none-any.whl
- Upload date:
- Size: 86.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4eff18433fcc721ae75de2f5bf18500288a7d138512c4437db7fba676911bc3
|
|
| MD5 |
deca45e7d1cbc0f400e3f8f8b0ab58c7
|
|
| BLAKE2b-256 |
785bb72f932b942a1873880460bcf29c488d3ee3e35f787992bb891da552063d
|