<div dir="ltr">On Thu, Mar 19, 2015 at 6:29 PM, Shaifali Agrawal <span dir="ltr"><<a href="mailto:agrawalshaifali09@gmail.com" target="_blank">agrawalshaifali09@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">For the first part I did sturdy research, I have wrote create, read, update, delete functions in shell script to work as git based backend. But for the project I will need to code same in Python and Javascript, that can be achieved via libraries like libgit2 js-git. Under the hod git is a key-value store and for generating key(sha or hash-objects) it generates a checksum of the content of file plus a header. So this can be achieved in Python and Javascript.<br><br></div></blockquote><div>Links to above mentioned libraries : <a href="https://libgit2.github.com/">libgit2</a>, <a href="https://github.com/creationix/js-git">js-git</a><br></div></div></div></div>