fcron VS rocketry-with-fastapi

Compare fcron vs rocketry-with-fastapi and see what are their differences.

fcron

fcron is an advanced cron for Linux/Unix systems (by yo8192)

rocketry-with-fastapi

Example of how to create a scheduler with an API (by Miksus)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
fcron rocketry-with-fastapi
1 6
124 81
- -
5.8 0.0
about 1 month ago over 1 year ago
C JavaScript
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fcron

Posts with mentions or reviews of fcron. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-21.
  • Show HN: Rocketry – Modern scheduler to power your Python projects
    8 projects | news.ycombinator.com | 21 Sep 2022
    Does this support multiple time zones simultaneously? We have clients that are in different time zones, and (for example) they all want weekly summary emails every Monday morning at 6am, but in their own timezone. So California users get theirs at 6am US/Pacific, New York users get theirs at 6am US/Eastern, and we want to be able to handle this without having to worry about updating crontabs the night of a daylight savings change.

    For this reason, we are using fcron[0] instead of regular cron, which allows you to specify the timezone at the start of each crontab line. If this tool supports that sort scenario, it might be worth switching.

    [0] https://github.com/yo8192/fcron

rocketry-with-fastapi

Posts with mentions or reviews of rocketry-with-fastapi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-01.
  • Scheduling in Data Engineering
    3 projects | /r/dataengineering | 1 Dec 2022
    I don't think Rocketry will achieve the same level of adaptation as Airflow and it is missing many advanced features Airflow has such as built-in UI (working on such), executors for containers etc. but considering how versatile it is and how powerful the scheduling is (basically logical statements), I think it could be interesting for those data engineers who need to customize their setup or need something smaller in scale.
  • Show HN: Rocketry – Modern scheduler to power your Python projects
    8 projects | news.ycombinator.com | 21 Sep 2022
    If you want an API (or UI), just clone this and modify it as you need: https://github.com/Miksus/rocketry-with-fastapi. I also wrote an article to Medium how it works with FastAPI: https://itnext.io/scheduler-with-an-api-rocketry-fastapi-a0f...

    Rocketry plays quite nicely with FastAPI.

  • New Horizon in Automation: Rocketry
    3 projects | dev.to | 22 Aug 2022
    Rocketry is a modern scheduling framework. It was designed to be easy to use, easy to customize and it has a unique take on scheduling. It does not force you to a specific structure and it can be seamlessly integrated with other frameworks such as FastAPI.
  • Scheduling framework (with UI and API)
    3 projects | /r/selfhosted | 14 Aug 2022
    I also did a template that integrates it with FastAPI and I built a React app on top of the FastAPI: https://github.com/Miksus/rocketry-with-fastapi. You can just clone it and tinker with it as you please. I also wrote a tutorial for integrating the API if you wonder how it was done.
  • Scheduler with a REST API and a web UI
    4 projects | /r/Python | 31 Jul 2022
    The source code is here with instructions to set this up: https://github.com/Miksus/rocketry-with-fastapi. Use it as you wish.
  • Scheduler with an API (a working template to get you started)
    3 projects | /r/Python | 24 Jul 2022
    I made a template scheduler with an API: https://github.com/Miksus/rocketry-with-fastapi so that you can get a working scheduler with an interface in a minute. Rocketry (a scheduler framework) now supports async and it plays well with FastAPI (a web framework).

What are some alternatives?

When comparing fcron and rocketry-with-fastapi you can also consider the following projects:

red-bird - Repository Patterns for Python

rocketry - Modern scheduling library for Python

Python Fire - Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.

fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production

React - The library for web and native user interfaces.

Gooey - Turn (almost) any Python command line program into a full GUI application with one line