Giter Site home page Giter Site logo

shunsukeaihara / norikra Goto Github PK

View Code? Open in Web Editor NEW

This project forked from norikra/norikra

0.0 2.0 0.0 26.23 MB

Schemaless Stream Processing (Complex Event Processing) Server with SQL

License: GNU General Public License v2.0

Ruby 95.33% CSS 0.17% JavaScript 0.77% HTML 3.73%

norikra's Introduction

Norikra

Norikra is an open-source Stream Processing Server with SQL.

  • Schema-less event streams (called as 'target')
  • SQL processing with window specifier supports, and JOINs, SubQueries
  • Complex input/output events with nested Hashes and Arrays, and Query supports
  • Dynamic query registration/removing, without any restarts
  • Ultra fast bootstrap and small start
  • UDF plugins

Install and Execute

On JRuby environment, do these command (and, that all):

gem install norikra

To execute:

norikra start

For JRuby installation, you can use rbenv, rvm and xbuild, or install JRuby directly.

Install and launch

See: http://norikra.github.io/

How to execute norikra server and tests in development

Fix code and tests:

  1. clone this repository
  2. run bundle install w/ jruby
  3. add/fix spec in spec/*_spec.rb
  4. fix code in lib
  5. run bundle exec rake

Execute norikra server with target/query continuation:

  1. bundle exec rake devserver
  2. Ctrl-C and re-execute for updated code

Clients

Use norikra-client cli command. These are available on both of JRuby and CRuby.

https://rubygems.org/gems/norikra-client https://rubygems.org/gems/norikra-client-jruby

And the client library for application developers are also included in these gems.

https://github.com/norikra/norikra-client-ruby

For other languages:

Events and Queries

See: http://norikra.github.io/

Changes

  • v1.3
    • Dynamic plugin reloading by SIGHUP
    • Esper-5.2 bundle
    • Dependency update for msgpack.gem
  • v1.2
    • NULLABLE() fields
    • Pluggable listeners
  • v1.1
    • Suspend/Resume queries
  • v1.0
    • Esper-5.0 bundle
    • Pattern support
    • Nested object support
    • Built-in default JVM options
    • JSON APIs
    • Many more features
  • v0.1
    • First release for production usage

See Changes.md for details.

Copyright

  • Copyright (c) 2013- TAGOMORI Satoshi (tagomoris)
  • License
    • GPLv2

norikra's People

Contributors

tagomoris avatar harukasan avatar takeru avatar yuri-odagiri avatar mia-0032 avatar nagaseyasuhito avatar suzukaze avatar hakobera avatar kyanny avatar tmtk75 avatar

Watchers

James Cloos avatar Shunsuke Aihara 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.