Skip to content

yxymit/s3filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0a7fbb4 · Dec 16, 2019
Feb 19, 2019
May 14, 2019
Jul 24, 2018
Dec 16, 2019
Aug 16, 2018
Aug 1, 2019
Sep 24, 2018
Aug 1, 2019
May 9, 2019
May 23, 2018
Feb 19, 2019
Aug 23, 2018
Sep 24, 2018
May 9, 2019
Sep 24, 2018

Repository files navigation

- create an EC2 instance on AWS  

sudo apt -y update
sudo apt -y install python-minimal graphviz libgraphviz-dev graphviz-dev pkg-config python-pip awscli
pip install numpy pandas agate pygraphviz cython pytest boto3 networkx --user


# install primesieve
git clone --recursive https://github.com/hickford/primesieve-python
cd primesieve-python
pip install . --upgrade

export PYTHONPATH=/home/ubuntu/s3filter

ulimit -Sn 10000