MT2Data Datalake Gateway
Secure, index-based access to the MT2Data agronomic data lake. The gateway provides authenticated access to parquet data files for authorized enterprise clients.
Base URL: https://datalake.mt2data.cloud
What the Datalake Gateway provides
- OAuth 2.0 Client Credentials — enterprise M2M authentication with 1-hour JWT tokens
- Symbol-based file access — files are identified by human-readable Symbols, not raw paths
- Subscription-scoped access — your account defines exactly which files you can retrieve
- Fast catalog browsing — browse all authorized Symbols and descriptions in ~1s
Quick links
- Authentication — OAuth 2.0 flow, credentials, token caching
- API Reference — all endpoints with request/response details
- Code Examples — Python, JavaScript, C# clients
- Performance Guide — endpoint speeds, recommended workflows
- Troubleshooting — common errors, security best practices
Access via Colmeia (recommended for Colmeia tenants)
If you already use the Colmeia platform, you do not need to integrate directly against this gateway. Connect your Datalake credentials once through the Colmeia integration dashboard and access files via:
GET https://colmeia.mt2data.cloud/api/dl/data/:tenantId/download/:symbol
Authorization: Bearer <tenant-secret>
Colmeia manages token refresh automatically.