Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/tiancaiamao/appdash

Package appdash provides a Go app performance tracing suite. Appdash allows you to trace the end-to-end performance of hierarchically structured applications. You can, for example, measure the time and see the detailed information of each HTTP request and SQL query made by an entire distributed web application. The cmd/appdash tool launches a web front-end which displays a web UI for viewing collected app traces. It is effectively a remote collector which your application can connect and send events to. Timing and application-specific metadata information can be viewed in a nice timeline view for each span (e.g. HTTP request) and it's children. The web front-end can also be embedded in your own Go HTTP server by utilizing the traceapp sub-package, which is effectively what cmd/appdash serves internally. Sub-packages for HTTP and SQL event tracing are provided for use with appdash, which allows it to function equivalently to Google's Dapper and Twitter's Zipkin performance tracing suites. The most high-level structure is a Trace, which represents the performance of an application from start to finish (in an HTTP application, for example, the loading of a web page). A Trace is a tree structure that is made up of several spans, which are just IDs (in an HTTP application, these ID's are passed through the stack via a few special headers). Each span ID has a set of Events that directly correspond to it inside a Collector. These events can be any combination of message, log, time-span, or time-stamped events (the cmd/appdash web UI displays these events as appropriate). Inside your application, a Recorder is used to send events to a Collector, which can be a remote HTTP(S) collector, a local in-memory or persistent collector, etc. Additionally, you can implement the Collector interface yourself and store events however you like.
1 version
Latest release: over 5 years ago
23 dependent packages

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/tiancaiamao/appdash

View more repository details: https://repos.ecosyste.ms/hosts/GitHub/repositories/tiancaiamao%2Fappdash

Dependent Repos 446

erda-project/kubeprober
Large-scale Kubernetes cluster diagnostic tool.
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 268 MB - Last synced: about 1 month ago - Pushed: 5 months ago

thecampagnards/sql-to-go
Transform SQL create tables to Go struct
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 46.2 MB - Last synced: 8 days ago - Pushed: about 1 year ago

moiot/gravity
A Data Replication Center
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 57.8 MB - Last synced: 28 days ago - Pushed: 8 months ago

charleszheng44/tiflow Fork of pingcap/tiflow
This repo maintains DM (a data migration platform) and TiCDC (change data capture for TiDB)
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 136 MB - Last synced: 11 months ago - Pushed: 11 months ago

tikv/migration
Migration tools for TiKV, e.g. online bulk load.
  • v0.0.0-20181126055449-889f96f722a2 br/go.sum
  • v0.0.0-20181126055449-889f96f722a2 cdc/go.sum

Size: 8.34 MB - Last synced: 16 days ago - Pushed: 16 days ago

RinChanNOWWW/tinysql-impl
Implementation of https://github.com/tidb-incubator/tinysql
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 2.15 MB - Last synced: about 1 year ago - Pushed: over 2 years ago

funfungho/chainmaker-go
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 107 MB - Last synced: 7 months ago - Pushed: almost 2 years ago

migratemgr8/mgr8
Agnostic tool that abstracts migration operations
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 222 KB - Last synced: 9 months ago - Pushed: almost 2 years ago

talent-plan/tinysql
A course to build the SQL layer of a distributed database.
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 3.56 MB - Last synced: about 1 month ago - Pushed: 8 months ago

PhuongTMR/tidb Fork of pingcap/tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 360 MB - Last synced: 2 months ago - Pushed: 2 months ago

solotzg/tidb Fork of pingcap/tidb
TiDB is a distributed HTAP database compatible with the MySQL protocol
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 315 MB - Last synced: about 2 months ago - Pushed: about 2 months ago

actiontech/dtle
Distributed Data Transfer Service for MySQL
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 99.1 MB - Last synced: about 1 month ago - Pushed: 6 months ago

Yisaer/tidb Fork of pingcap/tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
  • v0.0.0-20181126055449-889f96f722a2 go.sum
  • v0.0.0-20181126055449-889f96f722a2 go.mod

Size: 351 MB - Last synced: 11 months ago - Pushed: about 1 year ago

Reminiscent/tidb Fork of pingcap/tidb
TiDB is a distributed HTAP database compatible with the MySQL protocol
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 go.sum
  • v0.0.0-20181126055449-889f96f722a2 tests/globalkilltest/go.sum

Size: 297 MB - Last synced: about 1 month ago - Pushed: 11 months ago

tiny-talent/distributed-txn
  • v0.0.0-20181126055449-889f96f722a2 tinysql/go.sum

Size: 5.51 MB - Last synced: about 1 year ago - Pushed: about 2 years ago

ibanyu/owl
a db usage, manager tool, committed to standardizing the data, index in the database and operations to the database.
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 1.61 MB - Last synced: 9 days ago - Pushed: almost 2 years ago

CECTC/hptx
high-performance non-intrusive distributed transaction solution, inspired by kubernetes, only for golang language.
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 169 KB - Last synced: 10 months ago - Pushed: over 1 year ago

pingcap/tidb-ctl
TiDB Controller
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 2.94 MB - Last synced: about 1 month ago - Pushed: 4 months ago

lucklove/tidb-wasm
将 tidb 运行在你的浏览器里
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 126 MB - Last synced: 10 months ago - Pushed: over 1 year ago

xiaohaohaoo/JoyBoyTinysql
tinysqlLearning
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 2.38 MB - Last synced: 12 months ago - Pushed: almost 2 years ago

endink/go-sharding 📦
Mysql 分库分表中间件
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 4.1 MB - Last synced: about 1 year ago - Pushed: over 2 years ago

pingcap/tipocket
A toolkit for testing TiDB
  • v0.0.0-20181126055449-889f96f722a2 testcase/pessimistic/go.sum
  • v0.0.0-20181126055449-889f96f722a2 testcase/pocket/go.sum
  • v0.0.0-20181126055449-889f96f722a2 testcase/resolve-lock/go.sum

Size: 18.9 MB - Last synced: about 1 month ago - Pushed: over 1 year ago

CECTC/dbpack
A db proxy for distributed transaction, read write splitting and sharding! Support any language! It can be deployed as a sidecar in a pod.
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 3 MB - Last synced: about 2 months ago - Pushed: 6 months ago

longxuegang/SQLAdvisor-TiDB
Provide appropriate indexes to SQL optimization Suggestions.Only applies to TiDB.
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 70.5 MB - Last synced: about 1 month ago - Pushed: over 1 year ago

pingcap/dm 📦
Data Migration Platform
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 22 MB - Last synced: about 1 month ago - Pushed: about 2 years ago

sql-machine-learning/sqlflow
Brings SQL and AI together.
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 27.7 MB - Last synced: 9 days ago - Pushed: about 1 month ago

fengys1996/distributed-txn-fys
  • v0.0.0-20181126055449-889f96f722a2 tinysql/go.sum

Size: 5.45 MB - Last synced: 10 months ago - Pushed: about 2 years ago

hihihuhu/tidb Fork of pingcap/tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 345 MB - Last synced: 9 months ago - Pushed: 9 months ago

iosmanthus/tidb Fork of pingcap/tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 345 MB - Last synced: about 9 hours ago - Pushed: 1 day ago

glorv/tidb Fork of pingcap/tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 339 MB - Last synced: 7 days ago - Pushed: 7 days ago

PingCAP-QE/go-sqlsmith
go-sqlsmith is a port of sqlsmith
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 217 KB - Last synced: 6 months ago - Pushed: 6 months ago

lichunzhu/tidb Fork of pingcap/tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 go.sum
  • v0.0.0-20181126055449-889f96f722a2 tests/readonlytest/go.sum

Size: 332 MB - Last synced: 5 months ago - Pushed: 5 months ago

L-maple/tidb Fork of pingcap/tidb
TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://tidbcloud.com/free-trial
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 376 MB - Last synced: 5 months ago - Pushed: 5 months ago

tangenta/tidb Fork of pingcap/tidb
TiDB is a distributed HTAP database compatible with the MySQL protocol
  • v0.0.0-20181126055449-889f96f722a2 tests/globalkilltest/go.sum
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 go.sum
  • v0.0.0-20181126055449-889f96f722a2 tests/graceshutdown/go.sum
  • v0.0.0-20181126055449-889f96f722a2 tests/readonlytest/go.sum

Size: 377 MB - Last synced: 5 months ago - Pushed: 5 months ago

fengou1/tidb Fork of pingcap/tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
  • v0.0.0-20181126055449-889f96f722a2 tests/graceshutdown/go.sum
  • v0.0.0-20181126055449-889f96f722a2 tests/readonlytest/go.sum
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 go.sum
  • v0.0.0-20181126055449-889f96f722a2 tests/globalkilltest/go.sum

Size: 344 MB - Last synced: 11 months ago - Pushed: about 1 year ago

LykxSassinator/client-go Fork of tikv/client-go
Go client for TiKV
  • v0.0.0-20181126055449-889f96f722a2 integration_tests/go.sum

Size: 3.34 MB - Last synced: 13 days ago - Pushed: 13 days ago

wentaojin/transferdb
TransferDB 支持异构数据库 schema 转换、全量数据导出导入以及增量数据同步功能( Oracle 数据库 -> MySQL/TiDB 数据库)
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 120 MB - Last synced: about 1 month ago - Pushed: 2 months ago

actiontech/sqle-db2-plugin
this a DB2 SQL audit plugin for SQLE
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 5.54 MB - Last synced: 4 months ago - Pushed: about 2 years ago

1639zz/learntidb
学习tidb源码
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 go.sum
  • v0.0.0-20181126055449-889f96f722a2 tests/globalkilltest/go.sum
  • v0.0.0-20181126055449-889f96f722a2 tests/graceshutdown/go.sum
  • v0.0.0-20181126055449-889f96f722a2 tests/readonlytest/go.sum

Size: 13.9 MB - Last synced: over 1 year ago - Pushed: about 2 years ago

erda-project/erda
An enterprise-grade Cloud-Native application platform for Kubernetes.
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 53.8 MB - Last synced: 7 days ago - Pushed: 7 days ago

zz-jason/tidb Fork of pingcap/tidb
TiDB is a distributed NewSQL database compatible with MySQL protocol
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 tests/globalkilltest/go.sum
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 137 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

pingcap/tiflow
This repo maintains DM (a data migration platform) and TiCDC (change data capture for TiDB)
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 150 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

LianjiaTech/d18n
d18n is a data desensitization tool for RDBMS.
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 9.34 MB - Last synced: about 2 months ago - Pushed: over 1 year ago

actiontech/sqle
一个支持多种不同类型数据库,覆盖事前控制、事后监督、标准发布场景,帮助您建立质量规范的SQL全生命周期质量管理平台
  • v0.0.0-20181126055449-889f96f722a2 example/db_plugin/go.sum
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 107 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

siyoo/devops
Devops 初等学习
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 4.45 MB - Last synced: over 1 year ago - Pushed: about 3 years ago

UPingTest/tinysql-template-2014BDuck
tinysql-template-2014BDuck created by GitHub Classroom
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 2.18 MB - Last synced: about 1 year ago - Pushed: over 3 years ago

LittleFall/tidb-hackathon-2020
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 53.2 MB - Last synced: 10 months ago - Pushed: over 3 years ago

atpons/limelane
Tiny Envoy control-plane for TCP
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 9.92 MB - Last synced: 11 months ago - Pushed: over 3 years ago

laojianzi/soar
适当重构 https://github.com/XiaoMi/soar 但功能不变
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 12.2 MB - Last synced: 11 months ago - Pushed: over 1 year ago

wentaojin/tidba
TiDB 数据库 DBA 常用工具集
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 141 MB - Last synced: 6 months ago - Pushed: 7 months ago

UPingTest/tinysql-template-mashenjun
tinysql-template-mashenjun created by GitHub Classroom
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 2.13 MB - Last synced: about 1 year ago - Pushed: over 3 years ago

cosven/easy
TiDB System Testing Framework for Humans 🙈
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 85 KB - Last synced: over 1 year ago - Pushed: over 3 years ago

YuJuncen/brie-bench
the workload image for BRIE benching
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 275 KB - Last synced: about 1 month ago - Pushed: over 3 years ago

tidb-incubator/Serverlessdb-for-HTAP
a serverless db service based on TiDB on the cloud, implementing dynamically scale the compute and storage nodes based on business load changes.
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 go.sum
  • v0.0.0-20181126055449-889f96f722a2 pkg/tidb/go.mod
  • v0.0.0-20181126055449-889f96f722a2 pkg/tidb/go.sum
  • v0.0.0-20181126055449-889f96f722a2 pkg/tidb/tests/globalkilltest/go.sum

Size: 46 MB - Last synced: 11 months ago - Pushed: over 2 years ago

vdavalon01/tidb Fork of pingcap/tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 336 MB - Last synced: 8 months ago - Pushed: 8 months ago

jiahao-shen/chainmaker
  • v0.0.0-20181126055449-889f96f722a2 chainmaker-go/go.sum

Size: 94 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago

makesoftwaresafe/tidb Fork of pingcap/tidb
TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try free: https://tidbcloud.com/signup
  • v0.0.0-20181126055449-889f96f722a2 go.sum
  • v0.0.0-20181126055449-889f96f722a2 go.mod

Size: 363 MB - Last synced: about 2 months ago - Pushed: about 2 months ago

Raven57/youRJube-AB
  • v0.0.0-20181126055449-889f96f722a2 Back-End2/go.sum

Size: 224 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

PingCAP-QE/Naglfar
An automatic test pipeline for distributed systems.
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 472 KB - Last synced: 6 months ago - Pushed: almost 3 years ago

YangKeao/tidb Fork of pingcap/tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
  • v0.0.0-20181126055449-889f96f722a2 go.mod
  • v0.0.0-20181126055449-889f96f722a2 go.sum

Size: 372 MB - Last synced: about 1 month ago - Pushed: about 1 month ago