|
1 | 1 | --- |
2 | 2 | title: About |
3 | 3 | description: | |
4 | | - Roq stands out in the Java development community as a powerful static site generator, bridging the gap between the |
5 | | - likes of Gatsby, Hugo, and the broader backend community. With GitHub Actions support out-of-the-box, Roq is easy to use for beginners, but also flexible enough to provide |
6 | | - Java hooks for advanced users. |
| 4 | + NetObserv aka Network Observability is a set of components used to observe network traffic by generating "NetFlows" from eBPF agents, enrich those flows using a configurable pipeline that is Kubernetes-aware, export them in various ways (logs, metrics, Kafka, IPFIX...), and finally provide a comprehensive visualization tool for making sense of that data, and a CLI. Those components can be used as standalones or deployed in Kubernetes / OpenShift via an integrated Operator. |
7 | 5 | layout: :theme/page |
8 | 6 | --- |
9 | 7 |
|
10 | | -# About Roq |
| 8 | +# About NetObserv |
11 | 9 |
|
12 | | -Roq stands out in the Java development community as a powerful static site generator, bridging the gap between the likes of Gatsby, Hugo, and the broader backend community. As Andy Damevin explains, while tools like Jekyll once filled this space, they’ve become outdated and cumbersome, especially with Ruby’s limitations. Roq offers a modern solution, leveraging Quarkus with no configuration needed, allowing developers to start quickly using Codestart and simply editing their site directory. |
13 | | - |
14 | | -With GitHub Actions support out-of-the-box, Roq is easy to use for beginners, but also flexible enough to provide Java hooks for advanced users. |
15 | | - |
16 | | -**This tool is a testament to how extensible and powerful Quarkus is, offering a low-risk yet highly capable platform that will evolve as demand grows.** |
17 | | - |
18 | | -## Credits |
19 | | - |
20 | | -`Those are generated as a JSON by all-contributors, then we leverage roq-data to print them... slick 🏄!` |
21 | | - |
22 | | -Thanks goes to these wonderful people: |
23 | | - |
24 | | -<div class="authors"> |
25 | | - {#for contributor in cdi:contributors.contributors} |
26 | | - {#author-card name=contributor.name avatar=contributor.avatar_url nickname=contributor.login profile=contributor.profile } |
27 | | - {#if cdi:authors.get(contributor.login)} |
28 | | - <span class="author">author</span> |
29 | | - {/if} |
30 | | - {/author-card} |
31 | | - {/for} |
32 | | -</div> |
| 10 | +NetObserv (or Network Observability) is a set of components used to observe network traffic by generating "NetFlows" from [eBPF agents](https://github.com/netobserv/netobserv-ebpf-agent), enriching those flows using [a configurable pipeline](https://github.com/netobserv/flowlogs-pipeline/) which is Kubernetes-aware, exporting them in various ways (logs, metrics, Kafka, IPFIX...), and finally providing a comprehensive [visualization tool](https://github.com/netobserv/network-observability-console-plugin/) for making sense of that data, and [a CLI](https://github.com/netobserv/network-observability-cli). Those components can be used as standalones or deployed in Kubernetes / OpenShift via an [integrated Operator](https://github.com/netobserv/network-observability-operator/). |
0 commit comments