LinDB on GitHub
  1. Developer Guide
  2. Connect

Connect

You can interact with a LinDB database by connecting to one of its various network endpoints.

Network EndpointPortInserting dataQuerying data
Admin console9000-SQL SELECT, charting, self-monitoring, metdata
Client9000High performance writing, Client librariesSQL SELECT
HTTP REST API9000INSERTSQL SELECT

TIP

All network ports may be configured.

Admin console

The Admin console is a general admin and query interface.

Connect your web browser to http://[server-address]:9000/. When running locally, this will be http://localhost:9000/.

Cluster OverviewCluster Overview

Client

The fastest way to insert data into LinDB is using client libraries.

For a more in-depth understanding, see our client documentation.

Find out how to:

HTTP REST API

The HTTP interface that hosts the web console also provides a REST API for writting and querying data.

Find out how to: