189 Commits (fa17544d8d3eac2c8a3c1a4e76137aafcfcc702b)

Author SHA1 Message Date
  haixuanTao fa17544d8d Upgrading the operator example to use `dora-arrow` 3 years ago
  Philipp Oppermann 41e38f0a89
Remove largest data size from benchmark example to avoid CI issues 3 years ago
  Philipp Oppermann e3d0e0c82e
Enable node tracing for dataflow example 3 years ago
  Philipp Oppermann 56e21266db
Fix C dataflow on Windows: Link `oleaut32` library 3 years ago
  Philipp Oppermann e31c6a0c11
Improve output of object detection example node 3 years ago
  haixuanTao 7be958ee66 Upate webcam operator example to make use of opentelemetry jaeger 3 years ago
  haixuanTao 976a632c24 Remove cargo.lock update and clippy import warning 3 years ago
  Philipp Oppermann 2d9fcc95b4
Add custom parsing to be backwards compatible 3 years ago
  Philipp Oppermann c9ecc87d3b
Rename `max_queue_len` to `queue_size` 3 years ago
  Philipp Oppermann 8c55397811
Make event queue length configurable 3 years ago
  haixuanTao c4794725aa Fix API description to use workspace 3 years ago
  haixuanTao f1cf0864a4 Remove static path from workspace dependency 3 years ago
  Haixuan Xavier Tao 4a026e0e11
Merge pull request #203 from dora-rs/fix-zenoh 3 years ago
  haixuanTao 764cd120a4 remove slash from zenoh prefix 3 years ago
  haixuanTao 88ea9cff74 Update example readme 3 years ago
  haixuanTao 57591414d7 Remove custom `DoraStatus` in the documentation to promote our own defined `DoraStatus` 3 years ago
  Philipp Oppermann a845cc5780
Fix duplicate package name 3 years ago
  Philipp Oppermann 6af931f24d
Merge branch 'main' into unify-nodes-and-operators 3 years ago
  Philipp Oppermann bb8d6edb40
Use more reliable `InputClosed` event instead of timer as exit condition 3 years ago
  Philipp Oppermann 6d90817284
Simplify: Replace `library_filename` function with `format!` call 3 years ago
  Philipp Oppermann 3ad6150919
Fix: don't error if the elapsed time is negative (which can happen on some systems) 3 years ago
  Philipp Oppermann 32bbd14577
Enable tracing for C, C++, and `rust-dataflow-url` examples 3 years ago
  Philipp Oppermann c70aa21d45
Python example: Print number of received image and bounding box messages 3 years ago
  Philipp Oppermann 28ae686fe4
Remove sleep between events in python examples 3 years ago
  Philipp Oppermann e594a11c5d
Add debug message to example C++ node 3 years ago
  Philipp Oppermann 9c7ce16966
Add examples for C++ nodes and operators based on C-API again 3 years ago
  Philipp Oppermann aac5a473ce
Re-add C operator example 3 years ago
  Philipp Oppermann 4a28a0aa82
Re-add a Rust-API based operator in C++ example dataflow 3 years ago
  Philipp Oppermann 7fdbca12c6
Fix check errors 3 years ago
  Philipp Oppermann 62319f1ec1
Add support for Rust operators again 3 years ago
  Philipp Oppermann d334c6f243
Make `daemon` module of Rust node API private and reexport symbols 3 years ago
  Philipp Oppermann acf4a1dc52
Fix python operators: Also return a `DoraStatus` for non-input events 3 years ago
  Philipp Oppermann 83c8ecf3e9
Change Python operator API: `on_event` instead of `on_input` 3 years ago
  Philipp Oppermann 1e07a73a64
Merge branch 'main' into unify-nodes-and-operators 3 years ago
  Philipp Oppermann f43809f993
Reduce log output 3 years ago
  Philipp Oppermann a6b3bbdf3c
Add python-operator-dataflow example 3 years ago
  Philipp Oppermann 556e2e2ec2
Unify daemon listener implementations to avoid code duplication 3 years ago
  dependabot[bot] b74a524031
Bump tokio from 1.23.1 to 1.24.2 3 years ago
  Philipp Oppermann 3b79e4cca0
Fix: Don't ignore errors in `run.sh` of Python example 3 years ago
  haixuanTao 9f66ac1706 Remove self defined `DoraStatus` in example 3 years ago
  haixuanTao 5ad69cda87 Update requirements and fix `malloc` in plot 3 years ago
  Philipp Oppermann c9ab38d6bc
Set up tracing subscribers in benchmark example 3 years ago
  dependabot[bot] ae161e644c
Bump tokio from 1.21.2 to 1.23.1 3 years ago
  Philipp Oppermann 97b525a2f3
Update benchmark example to be comparable with latest main changes 3 years ago
  Philipp Oppermann 352fb3d757
Change Python event types to uppercase 3 years ago
  Philipp Oppermann 7888b7d0e4
Remove uneeded breaks from other examples too 3 years ago
  Philipp Oppermann 5666895a7c
Close event channel when last input is closed or when stop is received 3 years ago
  Philipp Oppermann aa85b6ee41
Increase benchmark messages sizes (up to 10000 4k pages) 3 years ago
  Philipp Oppermann 19214c4829
Add a basic benchmark to test throughput and latency for different message sizes 3 years ago
  Philipp Oppermann 20ffe50389
Use prefixed names for dora event enum variants in C API to avoid name conflicts 3 years ago