This is the Quarkus extension for JGraphT.
Vanilla JGraphT works well in the JVM mode and reasonably well in the native mode.
Quarkus JGraphT extension ensures proper behavior in native mode for:
- jgrapht-io
- CSV import / export
- DIMACS import / export
- DOT import / export
- GEXF import / export
- GraphML import / export
- JSON import / export
- Matrix export
- jgrapht-opt
- Fastutil graphs
- Sparse graphs
- jgrapht-unimi-dsi
- Succinct graphs
- WebGraph graphs
- jgrapht-guava
- Immutable Graph Adapter
- Immutable Network Adapter
- Mutable Graph Adapter
- Mutable Network Adapter
<dependency>
<groupId>io.quarkiverse.jgrapht</groupId>
<artifactId>quarkus-jgrapht</artifactId>
<version>LATEST</version>
</dependency>
- Overall status:
- Issue to track Quarkus JGraphT:
- CI definition:
quarkiverse-jgrapht
directory in https://github.com/quarkusio/quarkus-ecosystem-ci- .github/workflows/quarkus-snapshot.yaml in this repository
Thanks goes to these wonderful people (emoji key):
Rostislav Svoboda 💻 🚧 |
George Gastaldi 🚇 |
Guillaume Smet 🚇 |
This project follows the all-contributors specification. Contributions of any kind welcome!