An open API service indexing awesome lists of open source software.

https://github.com/traut/bgpbeat


https://github.com/traut/bgpbeat

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# bgpbeat

Streaming [live BGP updates](https://ris-live.ripe.net/) from RIPE NCC RIS collectors into your ES cluster.

## Usage

To run:
```bash
$ ES_URL='https://:9243' \
ES_AUTH_USERNAME= \
ES_AUTH_PASSWORD= \
ES_INDEX= \
lein run
```

To build uberjar, run `build.sh` or `lein uberjar`. With the jar execution command is
```bash
$ ES_URL='https://:9243' \
ES_AUTH_USERNAME= \
ES_AUTH_PASSWORD= \
ES_INDEX= \
java -jar bgpbeat-0.1.0-SNAPSHOT-standalone.jar [args]
```

### Configuration

Other configuration settings are available in the code. Good luck!

### References

- https://ris-live.ripe.net/

## License

Copyright © 2022 Sergey Polzunov

This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.

This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License, v. 2.0 are satisfied: GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at your
option) any later version, with the GNU Classpath Exception which is available
at https://www.gnu.org/software/classpath/license.html.