Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiqilu77/distributed-bigdata-processing-system
This a distributed system prototype based on the big data architectural patterns, with NoSQL database Redis, JSON Schema validation, as well as RabbitMQ and Elasticsearch
https://github.com/shiqilu77/distributed-bigdata-processing-system
bigdata elasticsearch java json jsonschema rabbitmq redis restful-api springboot
Last synced: about 1 month ago
JSON representation
This a distributed system prototype based on the big data architectural patterns, with NoSQL database Redis, JSON Schema validation, as well as RabbitMQ and Elasticsearch
- Host: GitHub
- URL: https://github.com/shiqilu77/distributed-bigdata-processing-system
- Owner: ShiqiLu77
- Created: 2023-04-12T00:43:53.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-15T17:30:41.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T03:42:14.881Z (3 months ago)
- Topics: bigdata, elasticsearch, java, json, jsonschema, rabbitmq, redis, restful-api, springboot
- Language: Java
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distributed-BigData-Processing-System
1. This a distributed system prototype based on the big data architectural patterns, with NoSQL database Redis and JSON Schema validation to quickly validate the incoming data and maintain data quality2. Developed Restful APIs using Spring Boot that can handle any structured data in JSON and support for advanced semantics and CRUD operations, including update if not changed, merge support and cascaded delete
3. Implemented Elasticsearch functionality enabling efficient handling of hierarchical and associated data structures
4. Employed a security mechanism based on RS256 encryption algorithm, which guarantees the confidentiality and integrity of sensitive information during transmission and storage.