databaseData Connectivity

Connect AINexLayer to your data sources for seamless intelligence and automation.

Database Connectors

  • Supported engines: PostgreSQL, MySQL, SQL Server, Oracle

  • Configure connection strings and credentials in config.yml

  • Test and validate connections via CLI:

    bashainexlayer db test
  • Monitor connector health in the admin dashboard

Tip: Use read replicas for analytics workloads to reduce load.

API Integrations

  • Connect to REST and GraphQL endpoints

  • Define authentication (API keys, OAuth2) per integration

  • Map endpoint responses to AINexLayer schemas

  • Schedule periodic syncs or use webhooks for real-time updates

Note: Use rate limiting to avoid API throttling.

File System Integration

  • Mount NFS or SMB shares for direct file access

  • Configure local import paths in storage.yml

  • Watch directories for automatic ingestion

  • Apply file filters by extension or pattern

Last updated