fix(schema): add @bufbuild/protobuf runtime dependency

The generated log_pb.ts imports @bufbuild/protobuf at runtime.
Version ^2.12.1 matches the protoc-gen-es v2.12.1 used for codegen.
1 file changed
tree: 3d1c6f398df64fb6a4414c97b6803b53d1f8c2c6
  1. .github/
  2. examples/
  3. logos/
  4. products/
  5. proto/
  6. scripts/
  7. site/
  8. .asf.yaml
  9. .envrc
  10. .gitignore
  11. .licenserc.yaml
  12. .pre-commit-config.yaml
  13. buf.gen.yaml
  14. buf.yaml
  15. doap_flagon.rdf
  16. flake.lock
  17. flake.nix
  18. KEYS
  19. lefthook.yml
  20. LICENSE
  21. NOTICE
  22. package-lock.json
  23. package.json
  24. README.md
README.md

Apache Flagon

Flagon is a collection of open-source tools for user behavior analytics, including instrumentation libraries and analytics pipelines. This monorepo contains multiple Flagon products in a unified codebase.

Repository Structure

/examples # Integration examples
/products
├── userale
 └── packages
  ├── flagon-userale # JavaScript client instrumentation library
  └── flagon-userale-ext # Browser extension for deploying UserALE
└── distill # Data processing toolkit (Python)
/site # Code for https://flagon.apache.org/

Products

Documentation