Skip to content

dungba88/atlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atlas

Atlas is a dynamic DAG (directed acyclic graph) task executor. You submit a list of tasks with dependencies, Atlas will sort and execute them based on their topological orders. In its simplest setup, Atlas runs in a single machine with thread pools and everything is stored in-mem. But it can be easily extended with pluggable storage/execution engines, e.g:

  • Distributed task runners with Hazelcast
  • Distributed task runners with Kafka
  • Distributed task coordinator (router) with Kafka
  • Persistent storage with RocksDB

install

getting started

About

Dynamic DAG Task Executor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages