Re: SQL queries on csv-files

2011-06-15 Thread Shantanu Kumar
Clojure-CSV might be useful: https://github.com/davidsantiago/clojure-csv Regards, Shantanu On Jun 14, 6:06 pm, Mark wrote: > Although it may be overkill for you, take a look at Teiid:  http://teiid.org > > On Jun 14, 5:30 am, finbeu wrote: > > > > > > > > > Hello, > > > I have a couple of csv

Re: SQL queries on csv-files

2011-06-14 Thread Mark
Although it may be overkill for you, take a look at Teiid: http://teiid.org On Jun 14, 5:30 am, finbeu wrote: > Hello, > > I have a couple of csv files that are actually dumped data from SQL > tables. These tables have proper relationships with key, foreign keys > so they can be easily joined u

SQL queries on csv-files

2011-06-14 Thread finbeu
Hello, I have a couple of csv files that are actually dumped data from SQL tables. These tables have proper relationships with key, foreign keys so they can be easily joined using SQL. I would like to load them into memory and then appy SQL queries on that data. So in fact, I'm looking for a cloj