Skip to content

A Java Spring Boot application which periodically updates database and serves statistics of this data

Notifications You must be signed in to change notification settings

sertacsaka/scheduled-incremental-kline-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scheduled-incremental-kline-fetcher

A Java Spring Boot application which periodically updates database and serves statistics of this data

Scheduling for periodic execution
JPA Derived Query Methods for statistics
Same repository object used to create different (kline interval) collections of different parities
On first execution or if there is no DB or collection, there would be a little more wait for fetch process from earliest kline and complete DB.
Even if you interrupt this process in half, it will continue from where it left off in the next run.

ConsoleCapture RestWebAPIBrowserCapture MongoExpressCapture2 MongoExpressCapture1

About

A Java Spring Boot application which periodically updates database and serves statistics of this data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages