Versions Compared

Key

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

...

The C3 AI Suite is a Platform as a Service (PaaS) system which can exist on top of a number of virtualization technologies and platforms. Generally, A C3 Cluster consists of one or more master nodes which orchestrate jobs which need to be completed, worker nodes that carry out scheduled tasks, and finally some nodes dedicated to technologies on which the platform is based such as postgres and cassandra. On top of this physical computational structure sits a logical software structure which is starts at the top level of Cluster, then Tenant, then Tag. Each cluster contains Tenants which are logically separated from each other (e.g., Packages run on separate Tenants cannot view data from eachother), and each Tenant contains Tags. Tags house C3 Packages which are the actual code that C3 developers provision to the platform. A typical Multi-user Multi-tenant C3 Cluster is shown in a logical diagram below:

Provision a C3 Package

...

To learn more about the general structure of a C3 cluster, please see the C3.ai resources here:

Provision a C3 Package

Provision your C3 package to your C3 cluster/tenant/tag following the instructions available at the DTI Provisioning Guide. DTI members wishing to execute the examples in this guide should provision the 'baseCovidDataLake' following the directions under the heading 'COVID-19 DataLake Provisioning'.

To learn more about the general structure of a C3 cluster, please see the C3.ai resources here:

Connecting to a C3.ai cluster

...