Skip to content

A simplistic serialisation library for use alongside the official RethinkDb Java driver

License

Notifications You must be signed in to change notification settings

futurechimp/rethinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rethinker

An extremely simpl(istic) way to convert RethinkDb's Java HashMaps to Scala collections. It doesn't bother with insert syntax, or querying, both of which work fine for me with the new RethinkDb Java driver.

What it does do is take the relatively untyped rows coming out of RethinkDb, bang them around a bit with json4s, and return them as case class instances.

At the moment, I'm not worried about being Reactive, dealing with the Iterators properly, or anything much at all beyone the next 15 minutes with my (presently very small) data set.

Current status

I was born two months premature and I still could have won an arm wrestle against this code. It's weak and simplistic. Don't use it.

About

A simplistic serialisation library for use alongside the official RethinkDb Java driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages