clincha / ElasticStar

A python script to automate the input of financial data from my bank account into the Elastic Stack
3 stars 0 forks source link

MVP #3

Closed clincha closed 1 year ago

clincha commented 1 year ago

Google Sheets is a limited front end for this data. A better front end would be something like Kibana from the Elastic Stack. I could also use Elastic Search to store the data in document format for parsing.

Create an MVP using the existing Starling API calls to put data into an Elastic instance. Visualise the data in an interesting way.

clincha commented 1 year ago

I've created the MVP. It wasn't too difficult and this is the result:

image

It took about 20 lines of modified code to get the API passing data into Elastic Search. I used the Elastic cloud offering to host the instances which made it really easy to get something up and running quickly.

clincha commented 1 year ago

With the MVP complete I'd like to focus on these items for the next iteration