Newbie questions about switching to void

This page summarizes the projects mentioned and recommended in the original post on /r/voidlinux

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
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
  • snooze

    run a command at a particular time (by leahneukirchen)

  • There are different things you can do, yes either cron jobs or there is something like snooze written and maintained by a void maintainer which fits into the runit/supervision design. I guess you could say its a similiar user expieriece as timer units if you don't want to run cron jobs. You basically create a service with the timing specifications and snooze will wait and then execute into the command when its time to run, then it will just exit and runit will start the service again and it will continue to sleep until the next scheduled run. There are other similar programs like at(1) and all the common cron implementations are available in the repository, void does not come with a default cron daemon, so its completely up to you.

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts