https://github.com/ganggreentempertatum/vector
vector.dev
https://github.com/ganggreentempertatum/vector
Last synced: 3 months ago
JSON representation
vector.dev
- Host: GitHub
- URL: https://github.com/ganggreentempertatum/vector
- Owner: GangGreenTemperTatum
- Created: 2023-01-09T20:30:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T17:39:23.000Z (over 2 years ago)
- Last Synced: 2025-02-07T12:22:07.463Z (4 months ago)
- Language: TypeScript
- Size: 830 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **[Vector, by DataDog](https://vector.dev)**
## Useful resources:
* [Rustexp - A Rust regular expression editor & tester](https://rustexp.lpil.uk/)
* [`parse_regex VRL Function`](https://vector.dev/docs/reference/vrl/functions/#parse_regex)
* [VRL Interpretation of `regular expression` and literals](https://vector.dev/docs/reference/vrl/expressions/#regular-expression)
* [`Rust regex crate`](https://docs.rs/regex/latest/regex/#syntax)
* [`rust language nursery`](https://rust-lang-nursery.github.io/rust-cookbook/text/regex.html)
* [Multiple Parsing Techniques](https://vector.dev/docs/reference/vrl/#multiple-parsing-strategies)1) [Vector Cheatsheet](https://gitlab.com/mdfranz/cheetsheetz/-/blob/master/vector.md)
2) [What I learned about Rust on my 4th of July Vacation this Year](https://blog.mdfranz.com/what-i-learned-about-rust-on-my-4th-of-july-vacation-this-year-1330f0e96f40)