📌
Creators studio
  • Aitheon Creators Studio Overview
  • Quick Start
  • Your First App
  • Create Project
  • Compose App
  • Run on Device
  • Release App
  • Publish App
  • Main Elements
    • Home Page
    • Sandboxes Page
    • App Projects
      • Application Example
    • Flow
    • Marketplace
  • Main Components Use
  • Basics
  • Standard Components
    • common
    • function
    • network
    • dashboard
    • sequence
    • parser
  • Aitheon Components
  • Writing Functions Guide
  • New Component Creation Tutorial
    • New Component Guide Overview
    • Your First Component
    • General Requirements
    • config.json
    • component.js
    • component.html
      • Main Definitions
      • Properties Edit Dialog
      • Help Text
    • app-component.json
    • Additional TS
    • Vue.js for UI Components Creation
    • Configuration Components
    • Component Styling Guide
  • Terminology
    • Terminology
Powered by GitBook
On this page
  • Aitheon Apps Editor
  • Application
  • Component
  • Deploy / Deployment
  • Flow
  • Marketplace
  • Node
  • Release
  • Runtime
  • Sandbox

Was this helpful?

  1. Terminology

Terminology

PreviousComponent Styling Guide

Last updated 4 years ago

Was this helpful?

Aitheon Apps Editor

A flow-based visual programming tool in Creators Studio. Allows a user to and edit applications for Aitheon Platform even without deep programming knowledge.

Application

A computer program that provides a user with needed functionality. There are of applications that a user can create in Creators Studio.

Component

A distinct part of programming logic that performs some function in an Apps Editor project flow. E.g. http in that takes a message from a particular http, or chart that creates a UI chart widget. Components are placed on Apps Editor`s palette and divided by . One can use standard components, create a custom component, purchase needed components on Marketplace.

Creating an application in Apps Editor is building visual flows with components.

Deploy / Deployment

In Creators Studio: after creating an app in Apps Editor you should click Deploy to apply all the changes to your app in the Sandbox. After clicking Deploy you can check and debug the flow.

Flow

The sequence of connected components in the workspace of Apps Editor that represents the application logic. Tabs in Apps Editor also called Flows.

Marketplace

The Aitheon service for selling and buying applications and components. Items on the Marketplace sorted by types and have user ratings. If there are no needed items, you can order an application or a component by placing a request on the Marketplace.

Node

A visual representation of an application on the Core table grid. Each service, device, application that works in an organization is displayed as a node or a sub-graph (a node with nested nodes within):

Release

You can make a release with the Releases menu, where you have to do a build first. Or with the Quick Release menu, where the release will get the name of the project and a release number automatically.

Runtime

AOS runtime: an application runs on a specific device where it deployed to.

AOS Cloud runtime: an application runs in the Aitheon cloud.

Sandbox

A cloud programmer environment for projects development and testing. It is created each time a user opens a project (projects) in Creators Studio. Depending on your needs, you may choose a sandbox type:

A user builds automations by connecting nodes and sub-graphs. See the .

create
three types
categories
Aitheon Core Guide