Library Settings Get Help
Stacktora
Stacktora / Vault / Go + Postgres + Redis: Multi-warehouse Inventory Allocation & Routing Engine
Backend by @ops

Go + Postgres + Redis: Multi-warehouse Inventory Allocation & Routing Engine

Decides which warehouse should fulfill a given order based on stock and proximity — distinct from the Warehouse Management System recipe: that's single-warehouse physical operations, this is the routing decision across multiple locations.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Go 1.26 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install go-multiwarehouse-inventory-allocation --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault