https://github.com/laforge49/JFile
File Persistence
https://github.com/laforge49/JFile
Last synced: about 2 months ago
JSON representation
File Persistence
- Host: GitHub
- URL: https://github.com/laforge49/JFile
- Owner: laforge49
- Created: 2012-05-03T10:59:24.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T06:47:15.000Z (almost 6 years ago)
- Last Synced: 2026-01-31T01:45:10.804Z (5 months ago)
- Language: Java
- Homepage: https://sourceforge.net/projects/jactor/
- Size: 937 KB
- Stars: 37
- Watchers: 7
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-java - JFile
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.)