storj/cmd/satellite
Cameron 48fb3e947c cmd/satellite/reports: sum attribution data by user agent
Attribution is attached to bucket usage, but that's more granular than
necessary for the attribution report. This change iterates over the
bucket attributions, parses the user agent, converts the first entry
to lower case, and uses that as the key to a map which holds the
attribution totals for each unique user agent.

Change-Id: Ib2962ba0f57daa8a7298f11fcb1ac44a8bb97875
2022-04-18 13:23:37 +00:00
..
reports cmd/satellite/reports: sum attribution data by user agent 2022-04-18 13:23:37 +00:00
admin.go satellite/metainfo: add feature flag for server side copy code 2022-02-24 10:43:49 +00:00
api.go satellite/metainfo: add feature flag for server side copy code 2022-02-24 10:43:49 +00:00
billing.go sql: capitalize keywords 2022-03-01 15:19:38 +00:00
compensation.go compensation: always generate invoices for every node 2021-03-29 14:15:45 +00:00
Dockerfile Dockerfiles: switch base image from alpine to Debian 2022-04-05 11:40:44 +00:00
entrypoint Dockerfiles: switch base image from alpine to Debian 2022-04-05 11:40:44 +00:00
fetchpieces.go cmd/satellite: fix fetch-pieces segfaulting 2022-03-19 04:34:15 +00:00
gc.go satellite/metainfo: add feature flag for server side copy code 2022-02-24 10:43:49 +00:00
gracefulexit.go satellite/satellitedb: Use CRDB AS OF SYSTEM & batch for GE 2021-05-07 13:09:19 -04:00
main.go cmd/satellite: fix args indexing in cmdValueAttribution 2022-03-16 16:42:04 +00:00
output.go satellite: compensation package and commands 2020-03-30 14:08:14 -06:00
README.md hc to satellite rename (#282) 2018-08-29 14:32:41 -04:00
repairer.go satellite/metainfo: add feature flag for server side copy code 2022-02-24 10:43:49 +00:00
satellite.yaml all: fix comments about grpc 2020-05-11 13:05:34 +03:00
usage.go Allow for DB application names per process. (#3983) 2020-12-04 11:24:39 +01:00

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