Chad Brewbaker
Chad Brewbaker
Some examples out there we could port: https://github.com/vtsynergy/OpenDwarfs https://github.com/IT302/cho Anything good coming out of FPGA2017 this week? http://www.isfpga.org/fpga2017-printed-program.pdf
Asking for Clash examples that would be a good Stack template for AWS F1. I was thinking of calling it clash-aws-f1. Fair warning I'm a noob to FPGA development. I...
I have been in discussion with AWS-FPGA folks advocating for users that want to do board layout on AWS then apply the layouts to their own Xilinx devices. Forget the...
Vivado + tcl scripts is fine. Vivado output is enough, don't worry about deployment.
Corelight released a draft json-schema, https://gist.github.com/chadbrewbaker/332d6a0a38488ef4610757419778b37f - expect breaking changes. I don't know how they generated it, but it might be a good reference. It would also be nice to...
Ok, will try. It would be nice to have a dictionary for zstd compression https://github.com/facebook/zstd#the-case-for-small-data-compression
Making some headway. I might make a PR to the docs that this is the incantation on OS X to get a build with source. ```bash brew install --build-from-source --keep-tmp...
Looks you can append "LogAscii::use_json=T" to the first lines of external/zeek-testing/tests{ipv6.zeek, m57-long.zeek, m57-short.zeek} to get JSON output. Of course this fails the tests - investigating if the tests do blind...
I think I am just going to write a direct to Parquet writer. 99% seem to use that for storage anyway. I can use the Zed Parquet writer for reference?...
I actually planned on using the Arrow Parquet writer - can keep it in Arrow too. Most large processors are using a Parquet backed distributed SQL engine like PrestoDB (AWS...