Developer productivity analytics — git commit collection, classification, and reporting
Waypoint is a Farcaster synchronization tool built in Rust, optimized for memory efficiency.
A boringly-named priority work queue system for doing async tasks.
Backend-portable migration helpers (backfill_random_hex, backfill_random_uuid, ...) for ferro applications using SeaORM.
SQL engine backed by the Exoware API.
Core scheduling algorithms for HPC job schedulers: multi-dimensional knapsack solver, composite cost function, topology-aware placement, reservation-based backfill, conformance grouping, preemption, and walltime enforcement.
ZKsync logs bloom backfill
Stream blockchain data at scale. Plugin-based framework powered by QuickNode Cascade — start with Solana, more chains coming.
Operator CLI + MCP server: canonical corpus second: semantic index second to aicx
Idiomatic Rust wrappers for the NVIDIA CUDA stack (Driver API, Runtime API, NVRTC, cuBLAS, cuDNN, NCCL, NVML, ...). Umbrella crate.
Rust SDK for the PaperProof protocol on Sui
The all-seeing repository analyzer
Backfiller for null database columns
Array/Hash/Struct#dig backfill for ruby
Provides tools for managing resource-efficient backfills of large datasets via ActiveJob
DataShifter: backfills and one-off fixes as rake tasks. Dry run by default, auto rollback, progress bars, consistent summaries.
A tool for copying metrics from Pingdom to graphite. Pingdom, although allowing access to effectively all your metrics through the API, does have some limits in place to prevent abuse. This tool tries to be mindful of that, although does provide a "backfill" option if you care to burn up your daily api limit in one fell swoop.
Autoguid lets you trivially add human readable uuids to all your models, a whitelisted set of models, or a blacklisted set. Indices are automatically created based on a configuration option. There's also a rake task that will backfill these uuids into resources that have already been created. To get started, include the gem file, run `bundle install`, then run `rake autoguid:install`. From there, edit the config/initializers/autoguid.rb file to specifcy your configuration. Next, migrate your tables with `rake autoguid:migrate:up` and `rake autoguid:migrate:backfill` as required. `rake autoguid:migrate:drop_all` will drop all autoguid generated columns and the data in them. You can always change the config/initializers/autoguid.rb file and rerun `rake autoguid:migrate:up` to add autoguid to new models.