Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 806 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 806 Bytes

legion

As in a legion of systems that are distributed golang system for data management, task processing and scalability. It uses Raft for distributed concensus and GRPC for communication.

Parts of the system

Dashboard

alt text See Cluster Status, what nodes are online, who is the leader and what are the communication ports.

Script Execution and workflows

Script creation, so you can write python code to create processing nodes in a workflow, then you can execute these in a distributed fashion accross all the systems.

Script Editor

alt text

Workflow Creator

alt text

SQL Shells for Local and Distributed Data

alt text