Re: [DISCUSS] SIDELOADING PARSERS: Packaging and Deployment

2017-03-10 Thread Casey Stella
I really don't like the 2x build size. I think we can at this point do something similar to side-loading of stellar functions to remove that concern. This should be easy now that that's in master. What I'd like to see as a MVP is: - the maven archetype to have a "provided" dependency to

[DISCUSS] SIDELOADING PARSERS: Packaging and Deployment

2017-03-10 Thread Otto Fowler
As previously discussed here, I have been working on side loading of parsers. The goals of this work are: * Make it possible of developers to create, maintain and deploy parsers outside of the Metron code tree and not have to fork * Create maven archetype support for developers of parsers *