Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.68 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.68 KB

Datero data platform

Homepage for issues tracking & discussions.

Datero is a containerized application that is shipped as a single Docker image. It consists of three major parts:

  • Datero engine
  • Backend (Python client + REST API)
  • Web UI

Some of these parts are open-source, while others are proprietary. The open-source parts include Datero engine, python client and documentation. The proprietary parts include web application and backend services.

All platform functionality is available through the python client. Backend services are just a wrapper around the python client and act as a bridge between the client and the web application. They also provide additional functionality like authentication.

The purpose of this repository is to provide a central place for tracking issues and discussions related to the Datero platform. You are welcome to open new issues, ask questions, or provide feedback.

Docker images

Documentation

Python client

Postgres FDW specification

Datero engine is based on the PostgreSQL database with added set of FDW extensions. The YAML specification of these extensions is available in the following repository:

Releases

Details about the latest releases can be found in the [TBD: releases] section of this repository.

Thank you for your interest in Datero!

Datero Team.