A static site generator for data catalogs


Keywords
carte, data-catalog, data-discovery, data-documentation, lightweight-data-catalogs, python-library
License
CNRI-Python-GPL-Compatible
Install
pip install carte-cli==0.3.27

Documentation

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