Skip to content

zbsz/reactive-couch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactive Scala driver for Couchbase

Note: this project is in very early stage, it only contains experimental implementation of couple basic features.

Goal

The goal of this project is to create native scala client library for Couchbase.

Advantages over java client

  1. Using scala futures for better integration
  2. Using Iteratee library for view results - query results are parsed asynchronously, and can be handled reactively
Features
  • Async - all operations will be asynchronous, using Scala futures and Iteratees
  • Non blocking - all IO will be implemeted using Akka IO and Spray Client

About

Reactive Scala driver for Couchbase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages