# james2m/seedbank

Seedbank gives your seed data a little structure. Create seeds for each environment, share seeds between environments and specify dependencies to load your seeds in order. All nicely integrated with simple rake tasks.

Repository: https://github.com/james2m/seedbank
Canonical: https://ross.abutalabs.com/products/seedbank
Language: Ruby
License: MIT
License Family: permissive
Last push: 2023-12-07T17:42:52+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5645, "days_push": 1000, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1145, forks 89 (observed 2026-08-28T04:03:45.611473+00:00)

## What it is
Seedbank is a Ruby gem that adds structure to Rails seed data by organizing seeds into common and environment-specific directories with dependency ordering. It integrates with Rake, generating granular db:seed tasks per environment and per seed file.

## Use cases
- organize rails seed data into files
- load different seed data per environment
- run seeds in dependency order
- seed only development or staging data
- reseed database on project checkout

## When to choose
- you use Rails and your seeds.rb has grown unwieldy
- you need environment-specific seed data with shared common seeds
- you want fine-grained rake tasks for individual seed files

## When to avoid
- you are not using Ruby or Rails
- your seed data is small enough for a single seeds.rb
- you need a framework-agnostic seeding solution with advanced features

## Facets
- artifact type: library
- maturity: maintenance
- function: developer-tools, cli, database
- domain: web-development, developer-tools, databases
- platform: ruby, cli
- tags: rails, seed-data, rake-tasks, database-seeding

## Member repositories
- james2m/seedbank (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:45.611473+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:34:30.268553+00:00, confidence not recorded.
  - readme: https://github.com/james2m/seedbank (fetched 2026-08-28T04:03:45.611473+00:00, sha 82f1fb415665)
- Data as of 2026-08-30T08:39:29.467469+00:00.
