datasette/docs/index.rst

64 wiersze
2.3 KiB
ReStructuredText
Czysty Zwykły widok Historia

2019-05-16 13:27:08 +00:00
Datasette
=========
2020-08-19 17:22:33 +00:00
|PyPI| |Changelog| |Python 3.x| |Tests| |License| |docker:
2020-05-03 15:46:49 +00:00
datasette|
.. |PyPI| image:: https://img.shields.io/pypi/v/datasette.svg
:target: https://pypi.org/project/datasette/
.. |Changelog| image:: https://img.shields.io/github/v/release/simonw/datasette?label=changelog
:target: https://docs.datasette.io/en/stable/changelog.html
2020-05-03 15:46:49 +00:00
.. |Python 3.x| image:: https://img.shields.io/pypi/pyversions/datasette.svg?logo=python&logoColor=white
:target: https://pypi.org/project/datasette/
.. |Tests| image:: https://github.com/simonw/datasette/workflows/Test/badge.svg
:target: https://github.com/simonw/datasette/actions?query=workflow%3ATest
2020-05-03 15:46:49 +00:00
.. |License| image:: https://img.shields.io/badge/license-Apache%202.0-blue.svg
2020-08-11 02:49:22 +00:00
:target: https://github.com/simonw/datasette/blob/main/LICENSE
2020-05-03 15:46:49 +00:00
.. |docker: datasette| image:: https://img.shields.io/badge/docker-datasette-blue
:target: https://hub.docker.com/r/datasetteproject/datasette
*An open source multi-tool for exploring and publishing data*
Datasette is a tool for exploring and publishing data. It helps people take data of any shape or size and publish that as an interactive, explorable website and accompanying API.
Datasette is aimed at data journalists, museum curators, archivists, local governments and anyone else who has data that they wish to share with the world. It is part of a :ref:`wider ecosystem of tools and plugins <ecosystem>` dedicated to making working with structured data as productive as possible.
`Explore a demo <https://fivethirtyeight.datasettes.com/fivethirtyeight>`__, watch `a presentation about the project <https://static.simonwillison.net/static/2018/pybay-datasette/>`__ or :ref:`getting_started_glitch`.
More examples: https://github.com/simonw/datasette/wiki/Datasettes
2020-08-11 02:49:22 +00:00
Support questions, feedback? Join our `GitHub Discussions forum <https://github.com/simonw/datasette/discussions>`__.
Contents
--------
.. toctree::
:maxdepth: 3
getting_started
2019-05-16 05:14:33 +00:00
installation
ecosystem
pages
publish
deploying
json_api
sql_queries
authentication
performance
2018-06-18 14:12:21 +00:00
csv_export
binary_data
facets
full_text_search
spatialite
metadata
config
introspection
2017-12-06 18:27:50 +00:00
custom_templates
plugins
writing_plugins
plugin_hooks
testing_plugins
internals
contributing
changelog