Skip to main content

Introduction

The Development Framework is a framework for standardizing and simplifying processes of building applications by automating mechanisms for data and process modeling, data storage, front-end development and analysis orchestration.

Overview

The framework consists of several services, tools, and libraries to be used in the development of applications.

Architecture

Services

Tools

  • Data modeling CLI is a command-line interface (CLI) that can be used to
    • Import and export blueprints and entities to the data modeling storage service
    • Validate entities
    • Delete blueprint and entites
    • Create application contexts
  • Create data modeling app is used to create new data modelling apps from a template

Packages

Learn core concepts

First of all you should understand the concept of blueprints and entitites. Thats how we define models and create data objects.

Read about recipes which is used to extend the application and configure storage of data.

To understand where data is stored, have a look at data sources.

Read about how to extend the application using plugins.