sampled

module
v0.0.0-...-17c607b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2022 License: MIT

README

SampleD

Realtime event analytics capture and processor

  • Emit samples from your application code (libraries provided)
  • Configure fluentbit to capture samples on hosts
  • Output from fluentbit to kafka
  • Consume samples from Kafka in SampleD consumer
  • SampleD will manage schema and store samples in ClickHouse
  • Query/visualize with Apache Superset

Infrastructure

    graph LR
        subgraph Host
            subgraph Application
                A(Libsampled)
            end
            B(Apache fluent-bit)
        end
        subgraph Infra
            C(Apache kafka) -->
            D(sampled-consumer) -->
            E[(clickhouse)] -->
            F(Apache Superset)
        end
        A --> B
        B --> C

Consumer

go run ./consumer -logtostderr -sampled_config config.example.yaml

Creating Samples

see example script in libsampled/python/example

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL