Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elasticinbox/elasticinbox-java
ElasticInbox - scalable, distributed email store
https://github.com/elasticinbox/elasticinbox-java
Last synced: 11 days ago
JSON representation
ElasticInbox - scalable, distributed email store
- Host: GitHub
- URL: https://github.com/elasticinbox/elasticinbox-java
- Owner: elasticinbox
- License: bsd-3-clause
- Archived: true
- Created: 2011-02-07T16:44:57.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T05:06:22.000Z (almost 5 years ago)
- Last Synced: 2024-08-02T14:09:56.592Z (4 months ago)
- Language: Java
- Homepage:
- Size: 2.4 MB
- Stars: 107
- Watchers: 21
- Forks: 26
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
ElasticInbox is reliable, distributed, scalable email store.
## Overview
ElasticInbox provides highly available email store without a single point of
failure which can run on commodity hardware and scale linearly. ElasticInbox
can easily scale to millions of mailboxes, with hundreds of thousands messages
in each mailbox.## Requirements
* Java >= 1.6
* Apache Cassandra >= 1.1 (see http://cassandra.apache.org/)## Getting started
Please visit http://www.elasticinbox.com/ for more information.
## Building from Source
To build and run from source you will need Maven 3 and Git:
```bash
% git clone git://github.com/elasticinbox/elasticinbox.git elasticinbox
% cd elasticinbox
% mvn clean install pax:provision -DskipITs
```## License
Licensed under the Modified BSD License.