Skip to content

Commit

Permalink
docs(filters): added dsl
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Aug 10, 2023
1 parent 00ed2d6 commit b9b249c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/pages/v2/filters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ These are the existing filters that are included as part the main _Oura_ codebas
- [ParseCbor](filters/parse_cbor.mdx): a filter that maps cbor transactions to a data structure.
- [SplitBlock](filters/split_block.mdx): a filter that will decode the cbor block and extract all transactions in an event in the format CborTx.
- [Deno](filters/deno.mdx): a filter that allows JS code to be implemented as a stage within the pipeline.
- [DSL](filters/dsl.mdx): a filter that can select which events to block and which to let pass.
- [Legacy V1](filters/legacy_v1.mdx): a filter that transforms the block data to the Oura V1 data structure.

New filters are being developed, information will be added in this documentation to reflect the updated list. Contributions and feature request are welcome in our [Github Repo](https://github.com/txpipe/oura).
3 changes: 3 additions & 0 deletions docs/pages/v2/filters/dsl.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# DSL filter

soon

0 comments on commit b9b249c

Please sign in to comment.