Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 508 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 508 Bytes

ParStream is a massively parallel (MPP) data management system designed to run complex analytical queries over extremely large amounts of data on a cluster of commodity servers.

Apache Storm is a free open source distributed realtime computation system.

This ParStream bolt implementation is an Apache Storm bolt consuming a stream of tuples. Each tuple is converted into the corresponding ParStream format and then streamed into the ParStream database.