9abf191b01
* Wiring up DumpNodes response for Inspector * Finalize everything and test that it works * Get Count and DumpNodes working for Overlay Cache * WIP updating payment rollup to check statDB instead of overlay * FIrst pass at updating statDB to take wallet and email * Passing tests * use pb.NodeOperator instead of Meta struct * remove TODO * revert go.mod * Get SQL migration working correctly * Changes Meta to Operator in NodeStats struct * Adds update operator logic for statDB * Fix db migrate tests - added v5 snapshot * User friendly msg for missing snapshot version * Passing tests * Change node update to happen in discovery instead of in overlay * Fix logic and update function calls * Update comment on UpdateOperator interface method * Update name of parameter * Change type of argument to UpdateOperator * Updates statDB tests |
||
---|---|---|
.. | ||
Dockerfile | ||
entrypoint | ||
main.go | ||
README.md | ||
satellite.yaml | ||
usage.go |
Satellite
Documentation for developing and building the satellite service
Usage:
First make an identity:
go install storj.io/storj/cmd/satellite
satellite setup
You can edit ~/.storj/satellite/config.yaml
to your liking. Then run it!
satellite run