locking

Open-source projects categorized as locking

Top 6 locking Open-Source Projects

  • terraform-aws-tfstate-backend

    Terraform module that provision an S3 bucket to store the `terraform.tfstate` file and a DynamoDB table to lock the state file to prevent concurrent modifications and state corruption.

  • pg-lock-tracer

    A eBPF based lock tracer for the PostgreSQL database

  • 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
  • tracing-mutex

    A Mutex wrapper tracking acquisition order

  • Project mention: Async Rust Is A Bad Language | news.ycombinator.com | 2023-09-08

    There's tracing-mutex that builds a dag of your locks when you acquire them and panics (at runtime) if it could deadlock: https://github.com/bertptrs/tracing-mutex

    parking_lot has a deadlock detection feature for when you deadlock that iirc tells you what deadlocked (so you're not trying to figure it out with a debugger and a lot of time) https://amanieu.github.io/parking_lot/parking_lot/deadlock/i...

    I also just found out about https://github.com/BurtonQin/lockbud which seems to detect deadlocks and a few other issues statically? (seems to require compiling your crate with the same version of rust as lockbud uses, which from the docs is an old 1.63 nightly build?)

  • terraform-aws-backend

    A Terraform module for your AWS Backend + a guide for bootstrapping your terraform managed project

  • k8slock

    A distributed locking module for Go using the Lease resource from the Kubernetes coordination API

  • cachewithlock

    CacheWithLock package for Laravel framework - overrides remember method of Laravel Cache using lock mechanism to avoid multiply generation of the same data.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

locking related posts

  • pg_lock_tracer - A BPF based lock tracer for the PostgreSQL database

    1 project | /r/PostgreSQL | 31 Jan 2023
  • A BPF based lock tracer for the PostgreSQL database

    1 project | news.ycombinator.com | 24 Jan 2023
  • Alternatives to Terraform Enterprise

    4 projects | /r/Terraform | 13 Sep 2022

Index

What are some of the best open-source locking projects? This list will help you:

Project Stars
1 terraform-aws-tfstate-backend 379
2 pg-lock-tracer 122
3 tracing-mutex 62
4 terraform-aws-backend 52
5 k8slock 20
6 cachewithlock 0

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com