An open API service indexing awesome lists of open source software.

https://github.com/laforge49/JFile

File Persistence
https://github.com/laforge49/JFile

Last synced: about 2 months ago
JSON representation

File Persistence

Awesome Lists containing this project

README

          

File Persistence and High Throughput In-Memory Database

JFile builds on JActor and Jid, adding file persistence and an in-memory data base that has
a throughput of 1 million transactions per second when running on an i7 with SSD.

Downloads: http://jactorconsulting.com/downloads-2/
Blog: https://sourceforge.net/p/jactor/blog/
Documentation: https://github.com/laforge49/JFile/wiki
VCS: https://github.com/laforge49/JID/
Issues: https://github.com/laforge49/JID/issues/
Google groups: http://groups.google.com/group/agilewikidevelopers/

Dependencies
- JActor https://github.com/laforge49/JActor
- JID https://github.com/laforge49/JID
- joda-time

Required: Java 7

Available on The Central Repository (Maven): http://search.maven.org/#search|ga|1|org.agilewiki
So you just need to add this to your POM file:

org.agilewiki.jfile
jfile
2.0.10

(Be sure to update the version number appropriately, of course.)