Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 380 Bytes

File metadata and controls

28 lines (18 loc) · 380 Bytes

Linsight

An open-source, all-in-one observability platform.

codecov

  • init db records
go run github.com/lindb/linsight/cmd migrator all
  • start backend server
make run
  • web debug
  1. node >= 18
cd web
yarn install 
yarn dev