Skip to content

A Python library to generate static data catalog sites. Carte scrapes metadata from your data assets and generates a fully searchable front end that's just HTML.

License

carte-data/carte

Repository files navigation

Carte

PyPI version PyPI - License PyPI - Python Version

Carte is a Python library for extracting metadata from your data sources and generating structured Markdown files from it. It can also scaffold an MkDocs based static site that provides an easy to use, fully searchable UI that you can simply upload to any static site hosting provider. Carte currently supports the AWS Glue catalog, PostgreSQL, and JSON schemas (only basic support). More sources are coming soon. (You can also use sources from the Amundsen Databuilder library with a bit of scripting, see the docs for details)

Installation

pip install carte-cli

If you plan to use PostgreSQL as a data source, you should also install the related optional dependencies using the following command instead of the first one:

pip install carte-cli[postgres]

Usage

See the docs