rsyslog / liblognorm

a fast samples-based log normalization library
http://www.liblognorm.com
GNU Lesser General Public License v2.1
99 stars 64 forks source link

liblognorm for Java #330

Closed solhuebner closed 3 years ago

solhuebner commented 4 years ago

I made it possible to use liblognorm from within Java (interface based on swig + custom extension).

Is there a general interest in that?

Please let me know and I will upload it to Github.

otisg commented 4 years ago

I think this would be awesome, @solhuebner ! I was eager to see what you've got, so I peeked at https://github.com/solhuebner/liblognorm but I must be looking at the wrong repo... ?

solhuebner commented 4 years ago

Hi @otisg. thanks for your interest :) I will create a new repo. The one you mentioned is only used by me to make pull requests but I think this one will need a separate repo. Unfortunately, I am super busy this week but I will try to upload it on the weekend. If you need it more urgent I could send you some rough instructions on how to make it happen.

otisg commented 4 years ago

No rush. Does your approach make it possible for somebody to add support for this to other languages and runtimes, like Node.js? (see https://github.com/rsyslog/liblognorm/issues/112)

solhuebner commented 4 years ago

@otisg Have a look at https://github.com/solhuebner/liblognormjava and let me know what to improve

solhuebner commented 4 years ago

No rush. Does your approach make it possible for somebody to add support for this to other languages and runtimes, like Node.js? (see #112)

As Node.js can run/listen as server it should be doable. I never tried it but will see if I can find time to look into it.

solhuebner commented 3 years ago

https://github.com/solhuebner/liblognormjava