indiWiz.com

Subhash's Tech Log

Archive for January, 2010

Playing with Neo4J: Sample cli-blog application

with 2 comments

Last few days I have been playing with various NoSQL databases. One DB which attracted me because of its beautiful API is Neo4J. To test out it’s API, I created a sample cli-blog application. People interested in the source code can get it here: http://code.google.com/p/subwiz/source/checkout.

Written by Subhash Chandran

January 12th, 2010 at 5:54 pm

Posted in Uncategorized

Tagged with , ,

Importing a svn sub-module as a hg repository

without comments

Today I converted the WizTools.org commons-lib project from the mini-projects site to a separate project. This involved the migration from the svn repository to a hg one. The sequence of steps I did:

$ sudo apt-get install hgsvn
$ hgimportsvn http://wiztools.googlecode.com/svn/commons-lib/trunk wiztools-commons-lib
$ cd wiztools-commons-lib
$ hgpullsvn
# Edit .hgignore and commit it
$ cd ..
$ hg clone wiztools-commons-lib wiztools-commons-lib-remote
$ cd wiztools-commons-lib-remote
$ hg push https://wiztools-commons-lib.googlecode.com/hg

Written by Subhash Chandran

January 3rd, 2010 at 11:48 pm

Posted in Uncategorized

Tagged with , , ,