Data Connectivity LibraryΒΆ


Studying the data is an important step before before starting any Analytics solution. This data may be available in popular file formats like .csv, .txt, .xls, etc. On the other hand, there are scenarios where the data is more tough to access, e.g., in a table on Cassandra/MongoDB/MySQL or hosted on HDFS/NFS/S3 Bucket. Even though the data is still accessible to Data scientists, accessing it requires more knowledge and expertise.

The xpresso.ai Data Connectivity library makes it easier for a developer to obtain data. The basic function of this module is to;

  • connect xpresso.ai to a remote data source,

  • define a Dataset object and

  • define connection parameters to import the required data.

What do you want to do next?