Datasette is an open-source multi-tool designed for anyone who needs to explore and publish data. It's ideal for data journalists, museum curators, archivists, and researchers who want to make their datasets accessible and interactive for a wider audience. The tool helps you take data in various formats, analyze it, and publish it as an interactive website complete with an accompanying API.
Key capabilities include:
datasette publish command.services:
datasette:
image: datasetteproject/datasette
container_name: datasette
ports:
- "8001:8001"
volumes:
- ./data:/mnt
command: ["datasette", "-p", "8001", "-h", "0.0.0.0", "/mnt"]
restart: unless-stopped
# No sensitive environment variables are required for a basic Datasette deployment.
# If you install plugins that require API keys or secrets, you can define them here.
Auto-fetched about 17 hours ago
Auto-fetched about 17 hours ago