gosiris
gosiris copied to clipboard
Couchbase external connector
Add a Couchbase 5 connector
@teivah i would like to work on this. can you give a little brief on this as to what needs to be done. i am a bit new. :)
For the time being gosiris is a toolkit for implementing custom actors. I'd like to extend the engine capabilities and develop actors that would be directly part of gosiris (here to develop a built-in actor for Couchbase integration).
The user would just have then to do something like
gosirisCouchbaseActor.tell("insert", someData)
And automatically, gosiris would manage the integration with Couchbase.
You get the point?
@teivah sure. got it.