LinDB

LinDB 是一个可扩展、高性能、高可用性的分布式时间序列数据库。『LinDB is a scalable, high performance, high availability distributed time series database.』

Github星跟踪图

LICENSE
Language
Go Report Card
LinDB CI
Frontend CI
Docker Latest
Docker Release
codecov
GoDoc
contribution
Twitter Follow

English | 简体中文 | 日本語

What is LinDB?

LinDB is an open-source Time Series Database which provides high performance, high availability and horizontal scalability.

Build

Prerequisites

To build LinDB from source you require the following on your system.

Get the code

git clone https://github.com/lindb/lindb.git
cd lindb

Build from source

To build only LinDB core.(without web console)

make build

To build both LinDB core and frontend.

make build-all

Test

make test

Access web interface(for developer)

Start the node.js app to view LinDB web interface in dev mode.

cd web
yarn install 
yarn dev

You can access the LinDB web interface on your localhost port 3000

Architecture

architecture

Admin UI

Some admin ui snapshots.

Overview

overview

Monitoring Dashboard

dashboard

Replication State

replication

Data Explore

explore

Explain

explain

Contributing

Contributions are welcomed and greatly appreciated. See CONTRIBUTING for details on submitting patches and the contribution workflow.

CI

Pull requests should be appropriately labeled, and linked to any relevant bug or feature tracking issues.
All pull requests will run through GITHUB-Actions. Community contributors should be able to see the outcome of this process by looking at the checks on their PR and fix the build errors.

Static Analysis

This project uses the following linters. Failure during the running of any of these tools results in a failed build. Generally, code must be adjusted to satisfy these tools.

  • gofmt - Gofmt checks whether code was gofmt-ed. By default this tool runs with -s option to check for code simplification;
  • golint - Golint differs from gofmt. Gofmt reformats Go source code, whereas golint prints out style mistakes;
  • goimports - Goimports does everything that gofmt does. Additionally it checks unused imports;
  • errcheck - Errcheck is a program for checking for unchecked errors in go programs. These unchecked errors can be critical bugs in some cases;
  • gocyclo - Computes and checks the cyclomatic complexity of functions;
  • maligned - Tool to detect Go structs that would take less memory if their fields were sorted;
  • dupl - Tool for code clone detection;
  • goconst - Finds repeated strings that could be replaced by a constant;
  • gocritic - The most opinionated Go source code linter;

License

LinDB is under the Apache 2.0 license. See the LICENSE file for details.

主要指标

概览
名称与所有者lindb/lindb
主编程语言Go
编程语言Makefile (语言数: 10)
平台
许可证Apache License 2.0
所有者活动
创建于2019-06-13 02:24:55
推送于2025-04-23 01:13:25
最后一次提交
发布数13
最新版本名称v0.4.1 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数3k
关注者数81
派生数280
提交数867
已启用问题?
问题数186
打开的问题数11
拉请求数870
打开的拉请求数0
关闭的拉请求数33
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?