GithubHelp home page GithubHelp logo

shuaizhang15 / krproject Goto Github PK

View Code? Open in Web Editor NEW

This project forked from liexusong/krproject

1.0 2.0 0.0 3.2 MB

A real-time streaming data analysis engine.

Home Page: http://absolutetiger.com/?page_id=25

License: MIT License

Makefile 32.73% M4 2.50% Shell 20.08% C 42.54% Yacc 0.39% C++ 0.19% Lex 0.34% CSS 0.07% HTML 0.04% JavaScript 1.12%

krproject's Introduction

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

krproject's People

Stargazers

 avatar

Watchers

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