LinDB on GitHub
  1. Getting Started
  2. Package

Install LinDB

Select your platform:

  1. Download the package:
  2. Uncompress
Terminal
tar -zxvf lindb-v0.3.1-linux-amd64.tar.gz
  1. Run LinDB
Terminal
./lind standalone run

Verify

After the above installation are done and LinDB is already started, LinDB command-line interface lind-cli can be launched to access LinDB.

Terminal
./lind-cli
Welcome to the LinDB.
Server version: 0.3.1
lin@localhost:9000>
lin@localhost:9000> show databases;
+-----------+
| Database  |
+-----------+
| _internal |
+-----------+
1 rows in sets (4.218862ms)

Enjoy LinDB

Congratulations! 🎉 LinDB is now running.

The LinDB Web Console is available by default at: http://localhost:9000.

Also by default, LinDB will use the following ports:

Learn more

Looking for next steps to write/read data, see:

Previous
Docker