Skip to content

currency: added in-memory service;#1092

Open
ajscholl wants to merge 1 commit into
justtrackio:mainfrom
ajscholl:in-memory-currency-service
Open

currency: added in-memory service;#1092
ajscholl wants to merge 1 commit into
justtrackio:mainfrom
ajscholl:in-memory-currency-service

Conversation

@ajscholl
Copy link
Copy Markdown
Contributor

@ajscholl ajscholl commented Apr 2, 2024

This adds an in-memory version of the currency service. Upon initialization, all exchange rates are fetched and stored in memory, making the need for an external update service or data store obsolete. This is intended for tools or other applications which don't run continuesly and need access to the exchange rates without imposing additional infrastrucute requirements or similar.

This adds an in-memory version of the currency service. Upon
initialization, all exchange rates are fetched and stored in memory,
making the need for an external update service or data store obsolete.
This is intended for tools or other applications which don't run
continuesly and need access to the exchange rates without imposing
additional infrastrucute requirements or similar.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant