Database management tool for Datasette-based systems
Project description
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/houfu/zeeker
License
MIT License - see LICENSE file for details
Project 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.7.0.tar.gz
(95.7 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.7.0-py3-none-any.whl
(72.7 kB
view details)
File details
Details for the file zeeker-0.7.0.tar.gz.
File metadata
- Download URL: zeeker-0.7.0.tar.gz
- Upload date:
- Size: 95.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 |
8faaa5cdada0bfdf891d40aa5221f1f583fbe238ffab3de5e1210621908467b4
|
|
| MD5 |
26930f9e19afb27aecef90aa045a43b4
|
|
| BLAKE2b-256 |
5b5d758b49d187fc9ff159d429fb9ba7289f629722141c91dce55abe59b110f0
|
File details
Details for the file zeeker-0.7.0-py3-none-any.whl.
File metadata
- Download URL: zeeker-0.7.0-py3-none-any.whl
- Upload date:
- Size: 72.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","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 |
5eebb9cb2d36a068326204c8b4e1778b2f471e0e917c5301a6abd87efb73e62b
|
|
| MD5 |
b9222dde755ded8cd9d9db5a01334716
|
|
| BLAKE2b-256 |
a374b12926773a18a6ae3fd1c62e17c2a131b11c05c56157275a3b9a92c50495
|