Seed Dev Data
Overview
Section titled “Overview”The following scripts are used to seed the dev data.
HoneyGrid Indexer
Section titled “HoneyGrid Indexer”The legacy LevelDB/KV seed pipeline has been retired. Use the maintained indexer package:
pnpm --filter=honeygrid-indexer indexer run --config <path-to-config.json>Run pnpm --filter=honeygrid-indexer indexer --help for the canonical CLI help.
County, Zip Code, City & Carrier Route H3 Lookups
Section titled “County, Zip Code, City & Carrier Route H3 Lookups”County, zip code, city, and carrier route H3 cell lookups now query D1 junction tables directly (HoneygridCellsCounties, HoneygridCellsZipCodes, HoneygridCellsCities, HoneygridCellsCarrierRoutes). No local KV seeding is needed for these — the data lives in the HONEYGRID_DB D1 database.