Skip to content

Commit

Permalink
docs: Ingestion example for Rust (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis authored Jun 10, 2024
1 parent 77c09b6 commit be8047a
Show file tree
Hide file tree
Showing 17 changed files with 2,049 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
examples/python/annotations/gen/**/*
examples/python/annotations/build/**/*
examples/python/annotations/dist/**/*
!examples/rust/src/gen/mod.rs
examples/rust/src/gen/**/*
examples/rust/target/**/*
examples/go/gen/**/*
examples/rust/annotations/target/**/*
examples/rust/ingestion_with_config/target/**/*

rust/target/**/*
rust/protos/**/*
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions examples/rust/ingestion_with_config/.env-example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SIFT_URI=""
SIFT_API_KEY=""
TELEMETRY_CONFIG="lunar_rover0.yml"
Loading

0 comments on commit be8047a

Please sign in to comment.