Skip to content
/ docs Public

Document from_tcp, accept_tcp, and serve_tcp operators#214

Open
mavam wants to merge 11 commits intotopic/new-executorfrom
topic/from-tcp-client-mode
Open

Document from_tcp, accept_tcp, and serve_tcp operators#214
mavam wants to merge 11 commits intotopic/new-executorfrom
topic/from-tcp-client-mode

Conversation

@mavam
Copy link
Member

@mavam mavam commented Feb 19, 2026

Summary

  • Add reference pages for from_tcp, accept_tcp, and serve_tcp
  • Replace load_tcp/save_tcp usage across guides, integrations, and examples
  • Deprecate load_tcp and save_tcp with caution admonitions

Related PR: tenzir/tenzir#5744

@github-actions github-actions bot added guide How-to guides explanation Explanations reference Reference documentation integration Integration documentation labels Feb 19, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 19, 2026

📦 Preview  ·  View →  ·  🟢 Live

Auto-updates on push

@mavam mavam changed the base branch from main to topic/new-executor February 19, 2026 12:12
@mavam mavam force-pushed the topic/from-tcp-client-mode branch from fdf2f39 to 3199fdc Compare February 19, 2026 12:14
@github-actions github-actions bot added the tutorial Tutorials label Feb 19, 2026
mavam and others added 4 commits February 19, 2026 13:21
…#190)

* Add MySQL integration documentation and from_mysql operator reference

Adds comprehensive documentation for the from_mysql operator, including:
- New integration page at /integrations/mysql
- Detailed operator reference at /reference/operators/from_mysql with
  parameter descriptions, type mappings, and usage examples
- Updates to integration and operator index pages to include MySQL

The from_mysql operator enables reading data from MySQL databases using
table selection, raw SQL queries, or metadata inspection.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Finalize docs

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
* Add from_tcp operator documentation

Document the new from_tcp operator with TLS support, including
the tls record parameter, peer variable, and usage examples.
Update the TCP integration page and cross-reference from_tcp
in load_tcp and save_tcp See Also sections.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Fix from_tcp docs: use $peer syntax and correct types

Use $peer instead of peer for let-bound variable references in
sub-pipelines. Correct the ip field type from string to ip and
the port field type from int to int64.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Document the `live` and `tracking_column` parameters that enable
continuous polling for new rows using watermark tracking on an
integer column. Add examples for both auto-detected and explicit
tracking columns.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@mavam mavam force-pushed the topic/new-executor branch from 8c59ee1 to 3886444 Compare February 19, 2026 12:21
mavam and others added 3 commits February 19, 2026 13:21
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Deprecate load_tcp and save_tcp with caution admonitions. Replace all
usage in guides, integrations, and examples with accept_tcp, from_tcp,
and serve_tcp.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@mavam mavam force-pushed the topic/from-tcp-client-mode branch from 5c6ca75 to a8fd53c Compare February 19, 2026 12:21
mavam and others added 2 commits February 19, 2026 13:22
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@mavam mavam marked this pull request as ready for review February 19, 2026 17:05
@mavam mavam force-pushed the topic/new-executor branch from 588262f to 17b8b2b Compare February 25, 2026 21:26
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions github-actions bot added the site Site infrastructure label Feb 26, 2026
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

explanation Explanations guide How-to guides integration Integration documentation reference Reference documentation site Site infrastructure tutorial Tutorials

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants