Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/longevityframework/longevity
A Persistence Framework for Scala and NoSQL
https://github.com/longevityframework/longevity
cassandra database-model mongodb nosql-database persistence-framework scala sqlite
Last synced: 3 months ago
JSON representation
A Persistence Framework for Scala and NoSQL
- Host: GitHub
- URL: https://github.com/longevityframework/longevity
- Owner: longevityframework
- License: other
- Created: 2014-12-17T02:50:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T02:43:27.000Z (over 6 years ago)
- Last Synced: 2024-09-30T04:03:53.848Z (3 months ago)
- Topics: cassandra, database-model, mongodb, nosql-database, persistence-framework, scala, sqlite
- Language: Scala
- Homepage: http://longevityframework.org
- Size: 12.6 MB
- Stars: 102
- Watchers: 12
- Forks: 6
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-scala - longevity ★ 78 ⧗ 21 - A Persistence Framework for Scala and NoSQL with a Domain Driven Design Orientation (Database)
- awesome-scala - longevity - activity/y/longevityframework/longevity) (Table of Contents / Database)
README
[![Build
Status](https://travis-ci.org/longevityframework/longevity.svg?branch=master)](https://travis-ci.org/longevityframework/longevity)
[![License](http://img.shields.io/:license-Apache%202-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
[![Join the chat at https://gitter.im/longevityframework/longevity](https://badges.gitter.im/longevityframework/longevity.svg)](https://gitter.im/longevityframework/longevity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)# longevity - A Persistence Framework for Scala and NoSQL.
## Focus your development on your domain model, not your database model.
Longevity translates your domain into a natural, easy to understand database model. Your persistent
objects are stored as JSON, and we add any other database schema needed to keep performance fast.You no longer need to:
- design a database schema
- build and maintain a translation layer between your domain model and database model
- build and maintain integration tests for your translation layer
- make compromises in your domain model to satisfy your database model or translation layerWith longevity, persistence concerns and operations are abstracted behind an elegant persistence
API. We provide you with fully featured repositories for [Cassandra](http://cassandra.apache.org/),
[MongoDB](https://www.mongodb.org/), and [SQLite](https://sqlite.org/).For more information, please visit the [longevity website](http://longevityframework.org/).