https://github.com/traut/bgpbeat
https://github.com/traut/bgpbeat
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/traut/bgpbeat
- Owner: traut
- License: other
- Created: 2022-04-20T22:24:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T12:03:22.000Z (over 3 years ago)
- Last Synced: 2025-03-21T10:11:42.999Z (about 1 year ago)
- Language: Clojure
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.