My current projects
Paper
Webdamlog journal paper
Access restricted to autorized user in Inria Gforge: use
svn checkout --username [yours] https://scm.gforge.inria.fr/svn/gemofusion/webdamlog/14_journal_webdamlog
Thesis manuscript
Access restricted to autorized user in Inria Gforge: use
svn checkout --username [yours] https://scm.gforge.inria.fr/svn/gemofusion/theseEmilien
Code
Webdamlog engine (public)
Implementation of the webdamlog engine descibed in a technical report
https://github.com/Emilien-Antoine/webdamlog-engine
Webdam system (public)
Implementation of the application presented at SIGMOD 2013 in this paper
https://github.com/Emilien-Antoine/webdamlog-wepic
My past projects
Bachelor internship at Northumbria, Newcastle
RAQUEL Database System Implementation of a Storage Stack that uses an up-to-date B+Tree technology. The Open Source STX B+Tree product has been chosen. The Storage Stack will handle byte sequences of data so that it can automatically cope with a variety of different attribute types. The priority is for the Storage Stack to retrieve data to support a variety of queries, insert new data, delete old data, and finally amend existing data.