Coder Social home page Coder Social logo

rust-kdb's Introduction

rust-kdb is an idiomatic Rust wrapper around the C API for KDB+, the ultra fast time series database from KX Systems.

Check out the examples for more information on using it. Performance should be extremely good - there is little to no overhead over and above using the API directly.

Compilation

In order to build the library or run the tests or any of the examples, you'll need to have libkdb.a available somewhere in LIBRARY_PATH. If you'd rather not use library path, you can set the variable LKDB_LIB_DIR instead.

Embedding

To use the library in an embedded context, compile with the the embedded feature. Make sure that you are compiling with the right architecture, and linking to the right version of libkdb.a for that architecture (either the 32-bit or 64-bit edition).

Future plans

  1. Table support!
  2. There are a few API calls's that aren't supported yet, notably (de)serialization.
  3. There are a couple of places where the API is not very clean, for example working with mixed lists. We are looking at providing nicer mechanisms to work with them.
  4. Add better integration between chrono/std::time and the KDB time types.
  5. Round out some of the edge cases and ensure it's fully sound.

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.