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
- Host: GitHub
- URL: https://github.com/oleggator/tnt-proc
- Owner: oleggator
- Created: 2019-12-30T10:24:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T22:23:59.000Z (about 6 years ago)
- Last Synced: 2025-01-22T08:44:53.686Z (over 1 year ago)
- Topics: tarantool
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```