{"id":13411927,"url":"https://github.com/lindb/lindb","last_synced_at":"2025-05-13T21:05:37.273Z","repository":{"id":37502911,"uuid":"191676087","full_name":"lindb/lindb","owner":"lindb","description":"LinDB is a scalable, high performance, high availability distributed time series database.","archived":false,"fork":false,"pushed_at":"2025-04-22T11:05:06.000Z","size":23256,"stargazers_count":3032,"open_issues_count":11,"forks_count":280,"subscribers_count":81,"default_branch":"main","last_synced_at":"2025-04-22T12:24:17.616Z","etag":null,"topics":["cross-datacenter-native","database","distributed-database","go","high-performance","metrics","monitoring","timeseries"],"latest_commit_sha":null,"homepage":"https://lindb.io/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lindb.png","metadata":{"files":{"readme":"README-ja.md","changelog":"CHANGELOG/CHANGELOG-1.0.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-13T02:24:55.000Z","updated_at":"2025-04-18T09:26:30.000Z","dependencies_parsed_at":"2024-04-21T16:56:08.504Z","dependency_job_id":"b416de13-859b-4946-b78f-17c2bd7fb5c3","html_url":"https://github.com/lindb/lindb","commit_stats":{"total_commits":866,"total_committers":34,"mean_commits":"25.470588235294116","dds":0.3002309468822171,"last_synced_commit":"612070e1dc6043d2ea47d5b3bc6dccd51eefaee4"},"previous_names":["eleme/lindb"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindb%2Flindb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindb%2Flindb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindb%2Flindb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindb%2Flindb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lindb","download_url":"https://codeload.github.com/lindb/lindb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251311332,"owners_count":21569009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cross-datacenter-native","database","distributed-database","go","high-performance","metrics","monitoring","timeseries"],"created_at":"2024-07-30T20:01:18.688Z","updated_at":"2025-04-28T12:11:05.355Z","avatar_url":"https://github.com/lindb.png","language":"Go","readme":"\u003cp align=\"left\"\u003e\n    \u003cimg width=\"400\" src=\"https://github.com/lindb/lindb/wiki/images/readme/lindb_logo.png\"\u003e\n\u003c/p\u003e\n\n[![LICENSE](https://img.shields.io/github/license/lindb/lindb)](https://github.com/lindb/lindb/blob/main/LICENSE)\n[![Language](https://img.shields.io/badge/Language-Go-blue.svg)](https://golang.org/)\n[![Go Report Card](https://goreportcard.com/badge/github.com/lindb/lindb)](https://goreportcard.com/report/github.com/lindb/lindb)\n[![LinDB CI](https://github.com/lindb/lindb/actions/workflows/lind.yml/badge.svg)](https://github.com/lindb/lindb/actions/workflows/lind.yml)\n[![Frontend CI](https://github.com/lindb/lindb/actions/workflows/frontend.yml/badge.svg)](https://github.com/lindb/lindb/actions/workflows/frontend.yml)\n[![Docker Latest](https://github.com/lindb/lindb/actions/workflows/docker-latest.yml/badge.svg)](https://github.com/lindb/lindb/actions/workflows/docker-latest.yml)\n[![Docker Release](https://github.com/lindb/lindb/actions/workflows/docker-release.yml/badge.svg)](https://github.com/lindb/lindb/actions/workflows/docker-release.yml)\n[![codecov](https://codecov.io/gh/lindb/lindb/branch/main/graph/badge.svg)](https://codecov.io/gh/lindb/lindb)\n[![GoDoc](https://img.shields.io/badge/Godoc-reference-blue.svg)](https://godoc.org/github.com/lindb/lindb)\n[![contribution](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](CONTRIBUTING.md)\n[![Twitter Follow](https://img.shields.io/twitter/follow/lindb_io?style=social)](https://twitter.com/intent/follow?screen_name=lindb_io)\n\n[English](./README.md) | [简体中文](./README-zh_CN.md) | 日本語\n\n## LinDBとは？\n\nLinDBは、高性能、高可用性、水平スケーラビリティを提供するオープンソースの時系列データベースです。\n\n- [主な特徴](https://lindb.io/guide/introduction.html#key-features)\n- [ガイド](https://lindb.io/guide/introduction.html)\n- [クイックスタート](https://lindb.io/guide/get-started.html)\n- [設計](https://lindb.io/design/architecture.html)\n- [アーキテクチャ](#アーキテクチャ)\n- [管理UI](#管理-ui)\n\n## ビルド\n\n### 前提条件\n\nLinDBをソースからビルドするには、以下のツールがシステムに必要です。\n\n- [Go \u003e=1.21](https://golang.org/doc/install)\n- [Make tool](https://www.gnu.org/software/make/)\n- [Yarn](https://classic.yarnpkg.com/en/docs/install)\n\n### コードの取得\n\n```\ngit clone https://github.com/lindb/lindb.git\ncd lindb\n```\n\n### ソースからのビルド\n\nLinDBコアのみをビルドします。（Webコンソールなし）\n\n```\nmake build\n```\n\nLinDBコアとフロントエンドの両方をビルドします。\n\n```\nmake build-all\n```\n\n### テスト\n\n```\nmake test\n```\n\n### Webインターフェースへのアクセス（開発者向け）\n\nLinDBのWebインターフェースを開発モードで表示するために、Node.jsアプリを起動します。\n\n```\ncd web\nyarn install \nyarn dev\n```\n\nLinDBのWebインターフェースには、[localhostのポート3000](http://localhost:3000/)でアクセスできます。\n\n## アーキテクチャ\n\n![architecture](./docs/images/architecture.png)\n\n## 管理UI\n\n管理UIのスナップショットの一部です。\n\n### 概要\n\n![overview](./docs/images/overview.png)\n\n### 監視ダッシュボード\n\n![dashboard](./docs/images/dashboard.png)\n\n### レプリケーション状態\n\n![replication](./docs/images/replication_shards.png)\n\n### データ探索\n\n![explore](./docs/images/data_explore.png)\n\n### 説明\n\n![explain](./docs/images/data_search_explain.png)\n\n## コントリビューション\n\nコントリビューションは歓迎され、非常に感謝されます。パッチの提出方法やコントリビューションのワークフローについては、[CONTRIBUTING](CONTRIBUTING.md)をご覧ください。\n\n#### CI \nプルリクエストには適切なラベルを付け、関連する[バグまたは機能追跡の問題](https://github.com/lindb/lindb/issues)にリンクする必要があります。\nすべてのプルリクエストはGITHUB-Actionsを通じて実行されます。コミュニティのコントリビューターは、プルリクエストのチェックを見てビルドエラーを修正することで、このプロセスの結果を確認できます。\n\n#### 静的解析 \nこのプロジェクトでは、以下のリンターを使用しています。これらのツールの実行中に失敗すると、ビルドが失敗します。一般的に、これらのツールを満たすようにコードを調整する必要があります。\n\n- [gofmt](https://golang.org/cmd/gofmt/) - Gofmtはコードがgofmtされているかどうかをチェックします。デフォルトでは、コードの簡略化をチェックするために-sオプションで実行されます。\n- [golint](https://github.com/golang/lint) - Golintはgofmtとは異なります。GofmtはGoのソースコードを再フォーマットしますが、golintはスタイルの間違いを出力します。\n- [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports) - Goimportsはgofmtが行うすべてのことを行います。さらに、未使用のインポートをチェックします。\n- [errcheck](https://github.com/kisielk/errcheck) - Errcheckは、Goプログラムでチェックされていないエラーをチェックするプログラムです。これらのチェックされていないエラーは、場合によっては重大なバグになる可能性があります。\n- [gocyclo](https://github.com/alecthomas/gocyclo) - 関数の循環的複雑度を計算してチェックします。\n- [maligned](https://github.com/mdempsky/maligned) - フィールドがソートされている場合にメモリを節約できるGo構造体を検出するツールです。\n- [dupl](https://github.com/mibk/dupl) - コードクローン検出ツールです。\n- [goconst](https://github.com/jgautheron/goconst) - 定数に置き換えることができる繰り返しの文字列を見つけます。\n- [gocritic](https://github.com/go-critic/go-critic) - 最も意見のあるGoソースコードリンターです。\n\n## ライセンス\n\nLinDBはApache 2.0ライセンスの下で提供されています。詳細については、[LICENSE](LICENSE)ファイルを参照してください。\n","funding_links":[],"categories":["Go","开源类库","Database","Databases","By Industry","Open source library","By Language","go","Data Integration Frameworks","Repositories","数据库"],"sub_categories":["数据库","Databases Implemented in Go","Time Series","Data Science","Database","Go","Go中实现的数据库"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flindb%2Flindb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flindb%2Flindb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flindb%2Flindb/lists"}