Top 5 Haskell Workflow Projects
-
Can you please make a write up how momentu works!? 🥺 Would be an awesome addition to the Haskell documentation ecosystem. (… and my gloss UI of Perspec sucks and I'd be happy for some references on how to rebuild it from scratch 😄)
-
funflow is a cool library for writing "workflows", but basically it's a library that implements caching. So if you have a process that reads a file A, does transformation A → B, then does B → C, then C → D, then writes D to disk, each step of that will be cached to disk and you won't need to redo the A → B step if your program crashes during the B → C step.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Haskell Workflow related posts
Index
What are some of the best open-source Workflow projects in Haskell? This list will help you:
Project | Stars | |
---|---|---|
1 | Perspec | 544 |
2 | funflow | 363 |
3 | hit-on | 73 |
4 | shikensu-haskell | 13 |
5 | workflow-pure | 1 |