I am looking for a database that I can use to store data on some stocks for several years. There will probably be several thousand records. I am writing a Java and Clojure application that pulls data from this local database if necessary to display data.
I was wondering if anyone knew of a good database to work for this purpose? I only have experience with MySQL on the server side.
Which database is the easiest to work with in Clojure and Java for local storage?
Thanks,
Adam
java database clojure local
adamjmarkham
source share