Code Monkey home page Code Monkey logo

tarantool.ex's People

Contributors

alec-c4 avatar mindreframer avatar spscream 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tarantool.ex's Issues

support for `eval` command + examples

currently I cant figure out the proper way to call eval:

test "should eval expression", %{t: t} do
    Tarantool.Api.eval(t, %{expr: 'return "hola"', tuple: [""]}) |> IO.inspect()  
end
>> {:error, 32788, "Invalid MsgPack - packet body"}

Any help / docs on this?

Example usage

Since I'm both new to Tarantool and Elixir, I had issues with using your client. Is it functional or am I using it wrong?

I notice that calls to query operations like SELECT, INSERT, etc requires 2 parameters: a socket connection, and a tuple. Where do we get the connection?

Are we supposed to run it like so:

{:ok, pid} = Tarantool.start_link()

and then use the pid in another call? I didn't quite understand how the macro code works. Please show a simple example usage for each operation.

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.