Git Product home page Git Product logo

eventing's Introduction

Eventing

This is the Couchbase Eventing engine. It is intended to allow associating user code with any event that occurs inside Couchbase Server. An event is a change in state of any element of the server. Initial focus is on data state changes, but future versions will bring ability to handle non-data event.

Eventing is a MDS enabled service, and will run user supplied code on nodes designated with Eventing role. The role supports linear scalability and online rebalance. The consistency model is same as the GSI model, which is ability to do unbounded consistency, and at-or-after consistency.

We use Google V8 to run user supplied Javascript code. we do not support full Javascript syntax, because the programming model we offer needs to automatically parallelize on multiple nodes to handle the volume of events. For example, no global variables are accessible in event handlers.

We add a number of extensions to Javascript to make it easy to work with Couchbase. For example, Couchbase Buckets appear as javascript maps, N1QL results can be iterated over using javascript iterators and a number of added functions allow event handlers to send messages, raise more events etc.

eventing's People

Contributors

abhi-bit avatar abhijpes avatar abhinavdangeti avatar ajityagaty avatar ankitprabhu avatar avsej avatar boparai11 avatar bryandmc avatar ceejatec avatar dave-finlay avatar dhaggart avatar faizhav avatar gauthambanasandra avatar hisundar avatar hsharsha avatar jeelanp2003 avatar jon-strabala avatar lukaisthewolf avatar melkote avatar nandsatya avatar pavel-blagodov avatar robashcom avatar sitaramv avatar srini-raman avatar surnaik avatar timofey-barmin avatar trondn avatar udkyo avatar valleyint avatar varunv-cb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.