Brian Wylie

Results 248 issues of Brian Wylie

So for a long time my python project had a setup.py with specific version of python packages. ``` install_requires=[ 'flask==0.10.1', # or whatever ... ``` Everything has worked fine for...

I'm trying to add a post installation script with either the py2deb command line or the py2deb python API. I'm looking at the following resources and I'm not quite 'getting...

There's a couple new fixes that would be nice to put up on PyPi. Lets a new PyPI release with a wheel for OSX.

code quality
feature

Add hdbscan in addition to the minibatchKmeans incremental algorithm.

documentation
usability

This notebook covers Phase 1 of the streaming data pipeline: - https://nbviewer.jupyter.org/github/SuperCowPowers/bat/blob/master/notebooks/Zeek_to_Kafka.ipynb Lets write a second notebook that covers ETL/Filtering/Spark

feature
usability

Folks like examples: So maybe take a peek at some blog (like https://blog.rapid7.com/2016/06/02/working-with-bro-logs-queries-by-example/) and make some more example script or notebooks.

feature
usability

https://github.com/awslabs/aws-data-wrangler looks cool. We should do some examples/notebooks using that to pull/push data to S3/Athena/Redshift.

feature
usability

Right now the Bro log tailing 'kinda' handles log rotation but there are lots of little corner cases that we're not taking care of. We might consider using something like...

@swedishmike found an interesting issue when plotting the timedelta64[ns] columns. So we should probably create an example that explains the issue and how to easily get around it. See #44...

The zat/examples code definitely needs some cleanup :)