diff --git a/_data/packages/lmgrep.yaml b/_data/packages/lmgrep.yaml new file mode 100644 index 0000000..d7d4182 --- /dev/null +++ b/_data/packages/lmgrep.yaml @@ -0,0 +1,12 @@ +name: lmgrep +category: utilities +description: "Grep-like utility based on Lucene Monitor compiled with GraalVM native-image " +pros: + - Support Lucene query syntax + - Single binary CLI utility + - Fast startup thanks to GraalVM native-image compiler +cons: + - Early release +url: https://github.com/dainiusjocas/lucene-grep +package: + install: cluster diff --git a/packages/lmgrep.md b/packages/lmgrep.md new file mode 100644 index 0000000..113f3e0 --- /dev/null +++ b/packages/lmgrep.md @@ -0,0 +1,4 @@ +--- +layout: package +package_name: lmgrep +---