An open API service indexing awesome lists of open source software.

https://github.com/oleggator/tnt-proc

Tarantool procedure examples in different languages
https://github.com/oleggator/tnt-proc

tarantool

Last synced: over 1 year ago
JSON representation

Tarantool procedure examples in different languages

Awesome Lists containing this project

README

          

# Tarantool stored procedures examples

### Requirements
- Docker
- Go

### How to run
1. Build and run
```sh
make run
```

2. Display logs
```bash
make logs
```

3. Call rust procedure
```bash
make run-test
```