Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add Ubuntu 22.04 to pre-reqs & fix duplicate sections in processors #78

Merged
merged 1 commit into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions docs/about/processors.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@ For example, the Topology processor creates the LSNode collection and the LSLink

The configuration for topology deployment is in "topology_dp.yaml" in the topology directory.

# Jalapeno Data Processors

Jalapeno's Data Processors are responsible for organizing, parsing, and analysing network topology and performance data.

Any Jalapeno Infrastructure component with data is considered a source for a Processor.

## Topology Processor

BGP speakers send BMP data feeds to GoBMP, which then passes the data to Kafka. The Topology Processor subscribes to Kafka's BMP topics in order to create topology representations in ArangoDB.

Collections created using this service are considered base-collections. These base-collections have no inference of relationships between network elements, or of any metrics - they are organized collections of individual [GoBMP](https://github.com/sbezverk/gobmp) messages.

For example, the Topology processor creates the LSNode collection and the LSLink collection directly from GoBMP BGP-LS message data.

The configuration for topology deployment is in "topology_dp.yaml" in the topology directory.

## Other Processors

Currently the project is bundled with a limited set of processors. However, other processors can be found in [this repository](https://github.com/orgs/jalapeno/repositories) which may offer additional functionality to Jalapeno.
1 change: 1 addition & 0 deletions docs/install/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Jalapeno has been primarily developed, tested, and operated on:

- Ubuntu 18.04
- Ubuntu 20.04
- Ubuntu 22.04

With the following Kubernetes environments (Bare-metal, VM, or Cloud):

Expand Down
Loading