Giter Site home page Giter Site logo

tarantool-proxy's Introduction

tarantool-proxy

tarantool-proxy for 15 to 16

repo: https://github.com/shveenkov/tarantool-proxy.git

Features

  • proxy for tarantool iproto 1.5 to tarantool msgpack 1.6
  • optional sharding, for scale

Migrate problems to tarantool 1.6

select by key list:

select where id in (X, Y, Z)

you should be rewritten like this:

for id in (X, Y, Z):
    select where id=?

sharding specifics and lua calls.

Dependencies

$ go get github.com/tarantool/go-tarantool
$ go get gopkg.in/yaml.v2

Run proxy for test

$ cd $GOPATH/src
$ git clone https://github.com/shveenkov/tarantool-proxy.git
$ cd tarantool-proxy
$ go build
$ ./tarantool-proxy -config config.yaml

Example config.yaml

# host:port for create tarantool 1.5 iproto connection and listen requests
listen:
- 127.0.0.1:22033

# host:port shard for proxy pass data into tarantool 1.6 connection
tarantool:
- ['127.0.0.1:3302']

# enable sharding
sharding_enabled: true

# schema space for 1.5 and 1.6 communicate
space:
- id: 0
  name: key_value
  fields: ['key:str', 'value:str']
  index:
  - id: 0
    name: pk
    columns: [0]

tarantool-proxy's People

Contributors

rvasily avatar shveenkov avatar

Watchers

 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.