Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 quality

2. 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.