Versions Compared

Key

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

The C3.ai system contains many tools to help scientists with their data analysis. We want researchers
to have the option to get started using C3 right away. This guide details how to connect to a C3 cluster, search for
fetch data you want to use,
fetch that data, and convert it into a form that you can more easily analyze.

This guide serves as a starting point for your C3 journey, but does not expose most of C3's API or potential.

Connecting to a C3 Cluster

...

Fetching Instances of Types

All data in C3 is represented by a 'Type'. Data for a specific type can be 'fetched' from C3 using the 'fetch' API.
In each language, each Type has a 'fetch' function to which a FetchSpec can be passed. This function then retrieves
the data in a FetchResult Type which can be opened and used for data analysis.


Data Fetching Documentations if you are:

...