FIWARE Data Access is a smart city API to efficiently store and query sets in an object storage server. It's designed as a open source replacement for Pentaho CDAs extension.
Initial development
docker compose -f docker/docker-compose.yml up mc
-
🔄 Fiware Data Access
Node.js service that provides an API to store and query sets in minio. -
🔌 DuckDB
High-performance analytical database system. With thehttpfsextension DuckDB supports reading/writing/globbing files on object storage servers using the S3 API. -
🏢 MinIO object storage
Object storage system compatible with S3 and capable of working with unstructured data. Stores the sets in parquet format.
- Replace Pentaho CDAs in FIWARE smart city stacks.
Complete documentation is available in the doc/ directory:
API Reference: - API endpoint documentation