Skip to content

Getting started with development on this library

Overview

You can think of database-builder-libs as a collection of python modules that can be dropped into any project to add graph-based data-processing to the project.

With the help of consistent and easy-to-learn API functions you can create your own data-ingestion pipelines, customize it, add different types of data-representations and manage them.

This chapter will show the basics to give an idea about how database-builder-libs works and how it can be used. For more details about each feature visit that feature's dedicated documentation page.

Prerequisites

First of all you should have the Pixi package manager installed by following the guide at this link.

What's next

There are several good ways ways to gain deeper knowledge of database-builder-libs. Here is one recommended order of documents to read and things to play with while you are advancing your knowledge:

  1. If not already read, start with Introduction page of the documentation. (5 minutes)
  2. Read the Main Modules pages to get a better understanding of the library. (30 minutes)