"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;

March 17, 2013

Big Data Conference Tech Talks Talks

Please find Tech Talk videos of Interesting Big Data Sessions. Please refer session notes from previous posts

Big Data Analytics @ InMobi



Messaging architecture at Facebook




More Interesting Tech Talk Videos Please check hasgeek TV


Happy Learning!!!

March 09, 2013

SQLite and Java Client


This post is on trying out SQLite and Java Client for querying databases. There were several results returned from google search. The following post Connect Java with SQLite using JDBC Tutorial

Download Links
WIN 32 SQLite - link
sqlite-jdbc.jar - link

Pretty much post was self-explanatory. Posting screenshots of the same project

Step 1 - Running Sqlite ( Pretty easy - console app)


Step 2 - DB and Table Creation


Files Created for Employee



Step 3 - Create a Java Application and add SQLite JAR reference 



Step 4 - Java Project Console Results - Path Changed to Where DB is present



Happy Learning!!!