big-data-pipeline-lambda-arch
A hybrid Big Data pipeline architecture that combines a real-time streaming layer with a batch layer to process large datasets(Lambda Architecture)
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- schema.cql
- IoTData.java
- IoTDataEncoder.java
- IoTDataProducer.java
- PropertyFileReader.java
- iot-kafka.properties
- log4j.properties
- pom.xml
- README.md
- BatchHeatMapProcessor.java
- BatchProcessor.java
- BatchTrafficDataProcessor.java
- LatestOffSetReader.java
- AggregateKey.java
- Coordinate.java
- IoTData.java
- Measurement.java
- POIData.java
- HeatMapData.java
- POITrafficData.java
- TotalTrafficData.java
- WindowTrafficData.java
- GeoDistanceCalculator.java
- IoTDataDeserializer.java
- IotDataTimestampComparator.java
- Mapper.java
- ProcessorUtils.java
- PropertyFileReader.java
- TimestampComparator.java
- ModelPipeline.java
- SpeedPrediction.java
- PointOfInterestProcessor.java
- RealTimeHeatMapProcessor.java
- RealtimeTrafficDataProcessor.java
- StreamingProcessor.java
- StreamProcessor.java
- StreamTesting.java
- iot-spark-local.properties
- iot-spark.properties
- log4j.properties
- RealTimeHeatMapProcessorTest.java
- pom.xml
- HeatMapData.java
- POITrafficData.java
- TotalTrafficData.java
- WindowTrafficData.java
- HeatMapDataRepository.java
- POITrafficDataRepository.java
- TotalTrafficDataRepository.java
- WindowTrafficDataRepository.java
- Response.java
- TrafficDataService.java
- WebSocketConfig.java
- IoTDataDashboard.java
- bootstrap.min.css
- style.css
- bootstrap.min.js
- Chart.min.js
- jquery-1.12.4.min.js
- script.js
- sockjs-1.1.1.min.js
- stomp.min.js
- index.html
- application.properties
- iot-springboot.properties
- log4j.properties
- pom.xml
- .gitignore
- dashboard.png
- diagram.png
- docker-compose.yml
- LICENSE
- pom.xml
- project-orchestrate.sh
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/apssouza22/big-data-pipeline-lambda-arch
Downloads the entire project code from GitHub to your computer.
cd big-data-pipeline-lambda-arch
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Maven (Java)
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
cd iot-kafka-producer
This project's files live in a subfolder, so move into it first.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
