Earlier quoted context omitted.
I've actually stopped paying attention to https://github.com/vitalets/github-trending-repos because there are so many Chinese repositories each week. It's just rare to get them on HN, because it's a nightmare to go through their docs and they're usually not even attempting to write their code in English. Basically unusable for all intents and purposes, even if it were quality software.
> Basically unusable for all intents and purposes, even if it were quality software. Only if you don’t have anyone who can’t read Chinese on your team. Also most repositories are not documented at well or at all anyway so language hardly matters.
Dolphin Scheduler
21–27 of 27 posts
Re: Dolphin Scheduler
#22Re: Dolphin Scheduler
#23This may be of interest: https://github.com/mikub/titanoboa
- number of contributors :D
- titanoboa can process even a potentially cyclic graph
- in titanoboa you can write step functions directly in high level programming languages such as clojure and java (so not just bash or python) and deploy them directly during runtime
- the clustering setup in titanoboa is master-less
- titanoboa does not have such direct integration with Spark as it employs some map-reduce patterns internally
But all-in-all I have to say that DolphinScheduler seems quite nice! Also would have to compcomplement it on the nice documentation (again, just briefly skimming through it).
(edit: formatting)
Re: Dolphin Scheduler
#24easy to use.
Re: Dolphin Scheduler
#25I try DolphinScheduler online demo: http://106.75.43.194:8888/ easy to use.
Re: Dolphin Scheduler
#26How does this compare to something like Airflow or Luigi?