Categorygithub.com/fluidity-money/fluidity-appcmdmicroservice-user-transactions-aggregate
package
0.0.0-20240904073751-07d62d3164ce
Repository: https://github.com/fluidity-money/fluidity-app.git
Documentation: pkg.go.dev

# README

microservice-user-transactions-aggregate

Aggregates user actions and wins in Timescale to be displayed in the Fluidity webapp.

Environment variables

NameDescription
FLU_WORKER_IDWorker ID used to identify the application in logging and to the AMQP queue.
FLU_DEBUGToggle debug messages produced by any application using the debug logger.
FLU_AMQP_QUEUE_ADDRAMQP queue address connected to to receive and send messages down.
FLU_TIMESCALE_URIDatabase URI to use when connecting to the Timescale database.

Building

make build

Testing

make test

Docker

make docker