|
1 | 1 | # Databus Client Python |
2 | 2 |
|
| 3 | +## Table of Contents |
| 4 | + |
| 5 | +* [Quickstart Example](#quickstart-example) |
| 6 | + |
| 7 | + * [Registration (Access Token)](#registration-access-token) |
| 8 | + * [Docker vs. Python](#docker-vs-python) |
| 9 | + * [Download Live Fusion KG Snapshot (BUSL 11-registration-needed)](#download-live-fusion-kg-snapshot-busl-11-registration-needed) |
| 10 | + * [Download Enriched Knowledge Graphs (BUSL 11-registration-needed)](#download-enriched-knowledge-graphs-busl-11-registration-needed) |
| 11 | + |
| 12 | + * [DBpedia Wikipedia Extraction Enriched](#dbpedia-wikipedia-extraction-enriched) |
| 13 | + * [DBpedia Wikidata Extraction Enriched](#dbpedia-wikidata-extraction-enriched) |
| 14 | + * [Download DBpedia Wikipedia Knowledge Graphs (CC-BY-SA, no registration needed)](#download-dbpedia-wikipedia-knowledge-graphs-cc-by-sa-no-registration-needed) |
| 15 | + * [Download DBpedia Wikidata Knowledge Graphs (CC-BY-SA, no registration needed)](#download-dbpedia-wikidata-knowledge-graphs-cc-by-sa-no-registration-needed) |
| 16 | +* [Docker Image Usage](#docker-image-usage) |
| 17 | +* [CLI Usage](#cli-usage) |
| 18 | + |
| 19 | + * [Download Command](#download-command) |
| 20 | + |
| 21 | + * [Authentication with Vault](#authentication-with-vault) |
| 22 | + * [Usage of Docker Image](#usage-of-docker-image) |
| 23 | + * [Deploy Command](#deploy-command) |
| 24 | + |
| 25 | + * [Mode 1: Classic Deploy (Distributions)](#mode-1-classic-deploy-distributions) |
| 26 | + * [Mode 2: Deploy with Metadata File](#mode-2-deploy-with-metadata-file) |
| 27 | + * [Mode 3: Upload & Deploy via Rclone](#mode-3-upload--deploy-via-rclone) |
| 28 | +* [Module Usage](#module-usage) |
| 29 | + |
| 30 | + * [Step 1: Create Lists of Distributions for the Dataset](#step-1-create-lists-of-distributions-for-the-dataset) |
| 31 | + * [Step 2: Create Dataset](#step-2-create-dataset) |
| 32 | + * [Step 3: Deploy to Databus](#step-3-deploy-to-databus) |
| 33 | + |
| 34 | +--- |
| 35 | + |
3 | 36 | ## Quickstart Example |
4 | 37 | Commands to download the DBpedia Knowledge Graphs generated by Live Fusion. |
5 | 38 | DBpedia Live Fusion publishes two different kinds of KGs: |
|
0 commit comments