2 Repos
Task queues supporting Redis, SQLite, filesystem, and in-memory storage backends for flexibility.
Distinct from Task Queues: Distinct from Task Queues: emphasizes support for multiple storage backends, not just logical queue grouping.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Multi-Backend Implementations. Refine with filters or upvote what's useful.
.. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png
Supports Redis, SQLite, filesystem, and in-memory storage backends for flexible task queuing.
Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It functions as a dependency graph orchestrator that executes build targets in topological order and utilizes input hashing to cache results and skip redundant work. The project features a polyglot toolchain manager that automates the installation and versioning of language runtimes and CLI tools to ensure environment consistency. It also includes a plugin framework based on WebAssembly, allowing developers to extend build logic and toolchain behavior using any supported language.
Enables the definition of custom backends to source installation scripts from external archives for polyglot tool management.