Git Product home page Git Product logo

tarantool-rust's Introduction

Rust for Tarantool

Tarantool Rust License Build Status

A proof-of-concept Rust module for Tarantool.

This example demonstrates how to use Rust Programming Language to write stored procedures for Tarantool.

Tarantool is a full-featured general-purpose database and an application server.

Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.

Prerequisites

  • Tarantool 1.6.8+
  • rustc 1.14.0 and cargo 0.15.0 (other versions untested)
sudo apt-get -y install rustc cargo

Usage

git clone https://github.com/rtsisyk/tarantool-rust.git
cargo build
./test.lua
rust fiber 102: before sleep
rust fiber 103: before sleep
rust fiber 104: before sleep
rust fiber 105: before sleep
rust fiber 106: before sleep
rust fiber 102: after sleep
rust fiber 102: before sleep
rust fiber 103: after sleep
rust fiber 103: before sleep

The example above demonstrates that Rust libraries can be used inside Tarantool without any conflicts with cooperative-multistasking model implemented by Tarantool.

Future Plans

  • Implement Rust-friendly wrappers for Fibers, Box and other Tarantool API
  • Add examples
  • Write documentation

Fall in love with Tarantool? Wanna learn Rust?

Your contribution is needed!

Feel free to contact us on Telegram channel or send a pull request.

See Also

tarantool-rust's People

Contributors

rtsisyk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tarantool-rust's Issues

MessagePack encoder/decoder

Find a MessagePack implementation which has zero-cost abstractions (like our libmsgpuck). Write your otherwise.

Bindings for Box API

  • Find a suitable implementation of MessagePack
  • Add bindings for BoxTuple
  • Add bindings for BoxTupleIterator
  • Add bindings for Space
  • Add bindings for Index

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.