Skip to content

Utility for printing spaces from tarantool databases.

Notifications You must be signed in to change notification settings

AnastasMIPT/PrintTarantool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrintTarantool

In this repository you can find utility for printing spaces from tarantool databases. This application using Tarantool's c-connector to connect to Tarantool.

Dependencies

Build

To build this program from sources one should have cmake/make utilities. Currently supported OS is Linux.

Steps to build:

mkdir build
cd build
cmake ..
make

Testing

make test

You can view the test log file via this path ./build/Testing/Temporary/LastTest.log.

Install

Steps to install:

make install

After this you can execute command print_space space_id IP:host in any directory. For example, print_space 512 127.0.0.1:3301

About

Utility for printing spaces from tarantool databases.

Topics

Resources

Stars

Watchers

Forks