Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Type: Everything within the C3 AI Suite is stored and accessed through Types. These are objects akin to a Java class which contain 'fields' and 'methods'. Some are persisted to internal databases, and others are not. Nearly every aspect of the C3 AI Suite is accessed through Types.
  • Field: A field of a C3 Type. This contains data associated with the Type.
  • Method: A method defined on a C3 Type.
  • Vanity Url: The URL at which a specific tenant/tag of a C3 Cluster can be accessed. The C3 Cluster itself has a URL as well, however most interaction with the C3 AI Suite is done through the vanity url.
  • Cluster: A deployment of the C3 AI Suite. This can exist in the cloud or in a container. The C3 AI Suite is capable of running on top of numerous tehnologies such as different cloud providers, or virtualization strategies.
  • Tenant: A logical partition of a C3 Cluster. While internally, some data between Tenants may be stored on the same database, this access is not extended to Users of the C3 AI Suite. Users on one tenant can't see data stored on another Tenant.
  • Tag: A slot on which a C3 package is run. Tags sit within a Tenant.
  • Package: The code which the C3 AI Suite runs on a Tag. This is what the developer edits.
  • Provisioning: The loading a Package onto a C3 Tenant/Tag.
  • Static Console: The main method C3 developers use to interact with their C3 Tag. You can access the static console at the url 'https://<vanity_url>/static/console' (Replace <vanity_url> with your vanity url.)
  • Metric: A data analysis object which turns timeseries-like data into a timeseries.

...