teivah / gosiris

An actor framework for Go
Apache License 2.0
252 stars 22 forks source link

Couchbase external connector #9

Open teivah opened 6 years ago

teivah commented 6 years ago

Add a Couchbase 5 connector

dreamer-nitj commented 6 years ago

@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. :)

teivah commented 6 years ago

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?

dreamer-nitj commented 6 years ago

@teivah sure. got it.