Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 630 Bytes

README.asciidoc

File metadata and controls

29 lines (18 loc) · 630 Bytes

Tarantella: an ersatz Tarantool server

Start emulator

After cloning repository, go to in it, where Makefile is located.

Copy .env.sample to .env or issue make init:

make init

Change content file .env to appropriate values. After it, start tarantella emulator:

make run

To linting source files, issue:

make lint

It should install from sources golangci-lint, then run it on sources.

Testing emulator

File console.go is a stub for a testing scenario. It’s used go-tarantool client library in console and able to be changed by your requirements.