https://github.com/cokeschlumpf/maquette
https://github.com/cokeschlumpf/maquette
akka akka-streams cucumber data-catalog data-shop data-streams react react-redux
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cokeschlumpf/maquette
- Owner: cokeSchlumpf
- Created: 2019-08-13T22:29:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T12:44:04.000Z (almost 3 years ago)
- Last Synced: 2025-10-20T14:55:33.515Z (8 months ago)
- Topics: akka, akka-streams, cucumber, data-catalog, data-shop, data-streams, react, react-redux
- Language: Java
- Size: 2.59 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maquette [](https://github.com/cokeSchlumpf/maquette/actions)
## Concepts
### Data Shop
The data shop can be used to find the right data and to easily request access to data. The catalog offers three methods to retrieve data:
* **Data Streams** provide a mechanism to publish and store events for a provided retention time.
* **Data Sets** allow providers to share immutable sets of data. A dataset may contain multiple versions of the data. Detailed concepts can be found in th [Dataset features](controller/src/test/resources/features/datasets.md).
* **Data Collections** allow providers to share collections of raw binary files.
* **Data Sources** allows consumers to directly fetch data from existing data sources.
To push data to streams or datasets, data providers can use the maquette's **Python SDK** or the **Java SDK** to push data from various data sources into the catalog.