Search Results for "migration task scheduler"

Showing 77 open source projects for "migration task scheduler"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Task Scheduler

    Task Scheduler

    Cooperative multitasking for Arduino, ESPx, STM32, nRF and more

    Cooperative multitasking for Arduino, ESPx, STM32 and other microcontrollers. A lightweight implementation of cooperative multitasking (task scheduling). An easier alternative to preemptive programming and frameworks like FreeRTOS. You mostly do not need to worry about pitfalls of concurrent processing (races, deadlocks, livelocks, resource sharing, etc.). The fact of cooperative processing takes care of such issues by design.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Dolphin Scheduler

    Dolphin Scheduler

    A distributed and extensible workflow scheduler platform

    Apache DolphinScheduler is a distributed and extensible workflow scheduler platform with powerful DAG visual interfaces, dedicated to solving complex job dependencies in the data pipeline and providing various types of jobs available `out of the box`. Dedicated to solving the complex task dependencies in data processing, making the scheduler system out of the box for data processing. Decentralized multi-master and multi-worker, HA is supported by itself, overload processing. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SchemaHero

    SchemaHero

    A Kubernetes operator for declarative database schema management

    SchemaHero is an open-source database schema migration tool that converts a schema definition into migration scripts that can be applied in any environment. Written as both a CLI utility and a Kubernetes Operator, SchemaHero eliminates the task of creating and managing sequenced migration scripts that are compatible with all environments in which an application is running.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Tokio

    Tokio

    A runtime for writing reliable asynchronous applications with Rust

    ...Tokio is an event-driven, non-blocking I/O platform and asynchronous runtime for the Rust programming language that allows you to write reliable and slim network applications. At a high level, Tokio provides a number of components needed for building asynchronous applications. These include a multithreaded, work-stealing based task scheduler; a reactor that's supported by the operating system's event queue; and asynchronous TCP and UDP sockets. Tokio is reliable in that its APIs are memory-safe, thread-safe, and misuse-resistant. Thanks to its task scheduler, it is also incredibly fast. It is capable of processing hundreds of thousands of requests per second with little to no overhead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 5
    Marl

    Marl

    A hybrid thread / fiber task scheduler written in C++ 11

    marl is a lightweight C++ job system that schedules tasks on a pool of worker threads and runs them using cooperative fibers for high throughput. By decoupling “tasks” from OS threads, it minimizes context switches and lets workloads with fine-grained synchronization scale efficiently. The API is intentionally small—post tasks, wait on fences, and express dependencies—so you can retrofit it into existing engines without adopting a heavyweight framework. Under the hood, fibers allow tasks to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PowerJob

    PowerJob

    Enterprise job scheduling middleware with distributed computing

    PowerJob is an open-source distributed computing and job scheduling framework which allows developers to easily schedule tasks in their own application. Front-end page is provided and developers can manage their task, monitor the status, check the logs online, etc. Four timing strategies are supported, including CRON expression, fixed rate, fixed delay and OpenAPI which allows you to define your own scheduling policies, such as delaying execution. Four execution modes are supported,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    pg_timetable

    pg_timetable

    pg_timetable: Advanced scheduling for PostgreSQL

    pg_timetable is a flexible job scheduler for PostgreSQL that allows scheduling of SQL or shell tasks directly within the database. It supports complex workflows, error handling, and dependency management, making it a powerful alternative to cron or external schedulers for database-related jobs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Swift Concurrency Agent Skill

    Swift Concurrency Agent Skill

    Add expert Swift Concurrency guidance to your AI coding tool

    Swift Concurrency Agent Skill is an open-source “agent skill” designed to give AI coding assistants deep expertise in Apple’s Swift Concurrency model, including async/await, structured concurrency, task groups, actors, and thread safety. It is formatted according to the Agent Skills specification so that tools like Claude Code, Cursor, Copilot, and other LLM-powered systems can load it and apply guidance when relevant. The skill codifies practical best practices for writing efficient, safe,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Stable Diffusion WebUI Forge

    Stable Diffusion WebUI Forge

    Stable Diffusion WebUI Forge is a platform on top of Stable Diffusion

    ...It targets heavy users and researchers who push large models, control nets, and high-resolution pipelines where default settings can become bottlenecks. The fork typically introduces toggles for scheduler behavior, attention implementations, caching, and precision modes to reach better speed or quality on given hardware. It also focuses on stability during long sessions, aiming to reduce out-of-memory failures and provide clearer diagnostics when they occur. The UI surfaces advanced options in a way that remains recognizable to WebUI users, so migration costs are low while gaining experimental features. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    ANTIRTOS

    ANTIRTOS

    Function pointers queues classes library for Arduino

    ANTIRTOS is a compact real-time operating system (RTOS) written in ANSI C for microcontrollers and embedded systems. It is designed to be simple, portable, and efficient, making it ideal for resource-constrained environments such as IoT devices, robotics, and educational hardware projects. ANTIRTOS features a basic scheduler, support for cooperative and preemptive multitasking, and offers portability across different CPU architectures with minimal changes. Its simplicity and clarity make it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The EdX51 Operating System

    The EdX51 Operating System

    A cooperative scheduler OS for the 8051 and its derivatives.

    ...The OS was written in C using Keil’s µVision IDE together with Keil’s C51 compiler. Depending on the configuration, EdX51 uses between 632 and 1795 bytes of code memory. The scheduler is cooperative and tasks have quasi-priority that is fixed at compile time. There is no task preemption. A task runs until it blocks. Once it blocks, the scheduler hands the CPU to the first ready task it finds in the list of tasks. EdX51 provides a semaphore service, a message queue service and a watchdog timer service. These features can be easily removed if they are not required, thereby saving code and data memory. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 12
    whenwords

    whenwords

    A relative time formatting library, with no code

    whenwords is a concise, open-source natural language scheduler that helps applications interpret date/time expressions (“tomorrow”, “next Friday at 3”, “in two hours”) in ordinary human language and convert them into precise scheduled events. It combines robust parsing logic with a flexible API so developers can embed scheduling understanding into chatbots, task managers, calendar tools, or productivity apps without building complex date interpreters from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Custom LineageOS on Xiaomi 13

    LineageOS, modified to work with upstream CPU scheduler

    Downloads: 4 This Week
    Last Update:
    See Project
  • 14

    Oddjob

    Java Job Scheduling and Task Automation

    A flexible job scheduler for the distributed environment. Schedule a job on any server - from any server. Create dependencies and trigger alerts across the network. Monitor and control it all from your desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Chronotop

    Chronotop

    A chronological task manager to run and close applications

    This application performs the same tasks as crontab without crontab... Open and close an application at a specific date and/or time per second. Task management is easy, the timer can be run alone on stations and servers or with the main software. Chronotop is designed for Linux (with dialog boxes) and for Windows (Vista/10/11) with .Net framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Email to Event - ETE

    Email to Event - ETE

    The python App/Skrypt automaticly add important events into calendar.

    ...Install LM studio - recomended for GPU compute 3. Run run_setings.bat and set your authentificators for email***/calendar and etg. 4. Push button SAVE 5. Push button PLAN for add task to Time scheduler 6. Check by run run_ETE.bat **Model must understand your language, test before use! ***In emal seting(usualy on web) create a new folder and set auto COPY! More information and complete instalation guidein in READ ME file. USE THEM! If you find some bug or something else, please write on: jan_pisa<a>email.cz Or Github isue
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ...The main idea is to set your prim. DNS and secondary DNS to 1.1.1.1 and 1.0.0.1. If you do not want to use ISPNs as your DNS. In general you could schedule all batch files in zip file in 'task scheduler' for automation. I run them hourly. All will display taskbar messages, no popups. Here are what i do for anonymous DNS: 1) goto https://dnsleaktest.com check if you are using your default. DNS. 2) Fix your DNS to use this https://developers.cloudflare.com/1.1.1.1/ip-addresses/ 3) disable DNS for your browser: https://dnsleaktest.com/how-to-fix-a-dns-leak.html, and also disable IPV6 in windows, i found that clears the leaks. 4) nslookup command to check your using this : Default Server: one.one.one.one Address: 1.1.1.1. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CMDBuild -Platform for  Asset Management

    CMDBuild -Platform for Asset Management

    Environment for configuring customized applications Asset Management

    CMDBuild is the open source web environment for the configuration of custom applications for the Asset Management. With CMDBuild you can build and extend your own CMDB, modeling it according to the needs of your Organization. You can configure workflows, reports, dashboards, schedule operations and checks, manage documents, georeference your asset in maps or view them in 3D models. You can also interoperate with external solutions through webservices. Or you can choose one of the...
    Leader badge
    Downloads: 238 This Week
    Last Update:
    See Project
  • 19
    MPS Box

    MPS Box

    SNMP Printer-MIB2, Reporting, Alerting, MPS (Managed Print Services).

    This OpenSource project created with an aim to help office Administrators to manage their printing equipment: Gather supplies usage statistics and Control paper usage via printer's impressions counters, get printer alerts. Send out virtually any data collected via SNMP to E-Mail (Message body, XML attachments). At the same time it have all required functions to support MPS (Managed Print Services) business basics out of the box. Recent code shared with a community via GIT repository. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JobScheduler

    JobScheduler

    JobScheduler workload automation to execute jobs and workflows

    JS7 JobScheduler runs executables, scripts and database procedures and can be operated with e.g. MySQL, PostgreSQL, SQL Server, Oracle databases. JS7 JobScheduler provides workflow patterns such as sequential and parallel task execution, forking, synchronization, cross-platform scheduling, job load sharing, fail-over and a real REST API. JS7 includes the components: * JOC Cockpit (user interface for inventory management and control) * Controller (orchestration of Agents) * Agents:...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 21

    diskmon-mail

    A lightweight, cross-platform disk space monitoring tool that sends em

    ...Instructions can be found here: https://github.com/Monstertov/diskmon-mail Key Features: - Cross-platform support: Windows, Linux (x86_64, ARM64, ARM32) - Monitors all local disks (excludes USB/network drives) - Configurable disk space threshold (default: 10%) - Optional disk health (SMART) monitoring for early failure detection - Email alerts with detailed system and disk information - Simple YAML configuration, robust error handling - No external dependencies required (uses smartmontools if available for enhanced health checks) - Lightweight, fast, and easy to automate (Task Scheduler, cron, systemd)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    chromebook_batterymanage

    battery threshold function in chromebook devices with windows

    ...Enable the battery threshold function, and stop charging at 80% by default to protect the battery. You need to set yourself to run automatically every time you start up. I recommend using the task scheduler to achieve this function. 用于安装了windows系统的chromebook设备。 启用电池阈值功能,默认充电80%停止充电以保护电池。 你需要自行设定每次开机自动运行,我推荐使用任务计划程序来达到这个功能。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Crawlab

    Crawlab

    Distributed web crawler admin platform for spiders management

    ...The frontend app interacts with the master node, which communicates with other components such as MongoDB, SeaweedFS and worker nodes. Master node and worker nodes communicate with each other via gRPC (a RPC framework). Tasks are scheduled by the task scheduler module in the master node, and received by the task handler module in worker nodes, which executes these tasks in task runners. Task runners are actually processes running spider or crawler programs, and can also send data through gRPC (integrated in SDK) to other data sources, e.g. MongoDB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Rocketry

    Rocketry

    Modern scheduling library for Python

    Scheduler to power your Python apps. Rocketry is a modern statement-based scheduling framework for Python. It is simple, clean and extensive. It is suitable for small and big projects. Unlike the alternatives, Rocketry's scheduler is statement-based. Rocketry natively supports the same scheduling strategies as the other options, including cron and task pipelining, but it can also be arbitrarily extended using custom scheduling statements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    atomic

    Solve all your scheduling problems using AI for everyone

    ...Use AI to find open slots from everyone's calendar and move things around if possible to find a good spot for everyone. Add tasks on your calendar from any app. Let the AI scheduler move around these task events while still giving you time to get them done. Now take this even a step further with events that are modifiable and can be placed somewhere else based on your priorities. Let all of this happen automagically for you on a daily basis before work starts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB