Dataset Connection
This allows users to configure and fetch data from external data sources such as SOL Databases, NoSQL Databases, File Drives etc.
Databases
MySQL/PostgreSQL, SQL-Server Databases
For MySQL if a port is not specified the default port is 3306 For PostgreSQL if a port is not specified the default port is 5432 SQL-Server doesn't require a database port
POST
https://api.autogon.ai/api/v1/engine/create-dataset/
Headers
Request Body
MongoDB Database
POST
https://api.autogon.ai/api/v1/engine/create-dataset/
Headers
Request Body
Oracle DB
POST
https://api.autogon.ai/api/v1/engine/create-dataset/
database_url here refers to the Oracle connection string (connection_string is of the format hostname/servicename). This is also known as the dsn (data source name). It helps in identifying which database service to connect to.
Headers
Request Body
Last updated