├── Big data in little laptop.ipynb ├── README.markdown ├── data ├── expr.tsv ├── iris_data.txt └── iris_target.txt ├── environment.yml ├── iris.csv ├── notes.markdown ├── nxeuler.py ├── sample.fasta ├── session.py └── streaming.py /Big data in little laptop.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jni/streaming-talk/HEAD/Big data in little laptop.ipynb -------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jni/streaming-talk/HEAD/README.markdown -------------------------------------------------------------------------------- /data/expr.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jni/streaming-talk/HEAD/data/expr.tsv -------------------------------------------------------------------------------- /data/iris_data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jni/streaming-talk/HEAD/data/iris_data.txt -------------------------------------------------------------------------------- /data/iris_target.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jni/streaming-talk/HEAD/data/iris_target.txt -------------------------------------------------------------------------------- /environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jni/streaming-talk/HEAD/environment.yml -------------------------------------------------------------------------------- /iris.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jni/streaming-talk/HEAD/iris.csv -------------------------------------------------------------------------------- /notes.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jni/streaming-talk/HEAD/notes.markdown -------------------------------------------------------------------------------- /nxeuler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jni/streaming-talk/HEAD/nxeuler.py -------------------------------------------------------------------------------- /sample.fasta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jni/streaming-talk/HEAD/sample.fasta -------------------------------------------------------------------------------- /session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jni/streaming-talk/HEAD/session.py -------------------------------------------------------------------------------- /streaming.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jni/streaming-talk/HEAD/streaming.py --------------------------------------------------------------------------------