abstiger / krproject

A real-time streaming data analysis engine based on rules.

Home Page:https://abstiger.com/projects/krengine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Build Status

krproject is a real-time streaming data analysis system.

This project is designed to be a powerful tool of bigdata's computation, it is now consist of:

  • krengine: the core process engine of this project
  • kriface: the interface generator, helper for IO processing
  • krserver: the tcp server, an wrapper of krengine
  • krcoordi: the coordinator, associated with krserver
  • krshell: the command line processor of krserver
  • krweb: the web frontend, editor for kengine

Install

  1. Make sure you have installed the dependencies:

    • git
    • gcc 4.7 or later
    • GNU make 3.81 or later
    • unixodbc and unixodbc-dev 2.2.14 or later
  2. Clone the source with git:

    $ git clone https://github.com/AbsoluteTiger/krproject.git
    $ cd krproject
  1. Build and install:

    $ ./configure
    $ make && make install

    Note: You may need to use sudo make install if you do not normally have permission to modify the destination directory. The install locations can be adjusted by passing a --prefix argument to configure. Various other options are also supported. Pass --help for more information on them.

  2. Enable bindings:

    To enable bindings, you need install swig first. then you can add --enable-python-binding --enable-java-binding arguments to configure.

License

krproject is distributed under the terms of the MIT license.

see LICENSE for details.

Thanks

Special thanks to Jennifer who named it, :)

Have fun with it~ :P

About

A real-time streaming data analysis engine based on rules.

https://abstiger.com/projects/krengine/

License:MIT License


Languages

Language:C 41.1%Language:Makefile 34.5%Language:Shell 20.0%Language:M4 2.5%Language:JavaScript 1.1%Language:Yacc 0.4%Language:Lex 0.3%Language:CSS 0.1%Language:HTML 0.0%Language:SWIG 0.0%