You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RADAR-Backend is a Java application based on Confluent Platform to standardize, analyze and persist data collected by RADAR-CNS data sources. It supports the backend requirements of RADAR-CNS project. The data is produced and consumed in Apache Avro format using the schema stored inside the RADAR-CNS [schema repository](https://github.com/RADAR-CNS/RADAR-Schemas).
6
+
RADAR-Backend is a Java application based on Confluent Platform to standardize, analyze and persist data collected by RADAR-CNS data sources. It supports the backend requirements of RADAR-CNS project. The data is produced and consumed in Apache Avro format using the schema stored inside the RADAR-CNS [schema repository](https://github.com/RADAR-base/RADAR-Schemas).
7
7
8
8
RADAR-Backend provides an abstract layer to monitor and analyze streams of wearable data and write data to Hot or Cold storage. The Application Programming Interfaces (APIs) of RADAR-Backend makes the process of to integrating additional topics, wearable devices easier. It currently provides MongoDB as the Hot-storage and HDFS data store as the Cold-storage. They can be easily tuned using property files. The stream-monitors monitor topics and notify users (e.g. via emails) under given circumstances.
9
9
@@ -21,7 +21,7 @@ The following are the prerequisites to run RADAR-Backend on your machine:
@@ -210,12 +210,12 @@ This image requires the following environment variable:
210
210
- `KAFKA_SCHEMA_REGISTRY`: a valid Confluent Schema Registry.
211
211
- `KAFKA_BROKERS`: number of brokers expected (default: 3).
212
212
213
-
For a complete use case scenario, check the RADAR-CNS`docker-compose` file available [here](https://github.com/RADAR-CNS/RADAR-Docker/blob/backend-integration/dcompose-stack/radar-cp-hadoop-stack/docker-compose.yml)
213
+
For a complete use case scenario, check the RADAR-base`docker-compose` file available [here](https://github.com/RADAR-base/RADAR-Docker/blob/backend-integration/dcompose-stack/radar-cp-hadoop-stack/docker-compose.yml)
214
214
215
215
## Contributing
216
216
217
217
Code should be formatted using the [Google Java Code Style Guide](https://google.github.io/styleguide/javaguide.html).
218
-
If you want to contribute a feature or fix browse our [issues](https://github.com/RADAR-CNS/RADAR-Backend/issues), and please make a pull request.
218
+
If you want to contribute a feature or fix browse our [issues](https://github.com/RADAR-base/RADAR-Backend/issues), and please make a pull request.
219
219
220
220
There are currently two APIs in RADAR-Backend: one for streaming data (RADAR-Stream) and one for monitoring topics (RADAR-Monitor). To contribute to those APIs, please mind the following.
221
221
@@ -269,19 +269,19 @@ Monitors can be used to evaluate the status of a single stream, for example whet
0 commit comments