Giter Club home page Giter Club logo

awsstatisticparserpublic's Introduction


ssh -A [email protected] -i ~/.ssh/id_rsa
ssh [email protected]
sudo su

docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql
docker exec -it ad229c5c7929 bash
mysql -u root -p
my-secret-pw
CREATE DATABASE stat_parser;
USE stat_parser;



CREATE TABLE IF NOT EXISTS `usage` (`id` int(11) NOT NULL auto_increment,`key` varchar(250)  NOT NULL default '',`size` int(11) NOT NULL default '0', PRIMARY KEY  (`id`));

CREATE TABLE IF NOT EXISTS `last_date` (`id` int(11) NOT NULL auto_increment,`date` varchar(10)  NOT NULL default '',PRIMARY KEY  (`id`));

CREATE TABLE IF NOT EXISTS `last_url` (`id` int(11) NOT NULL auto_increment,`url` varchar(250)  NOT NULL default '',PRIMARY KEY  (`id`));


docker inspect CONTAINER_ID --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}'



docker run -e SERVICE_NAME="st-parser" -e AWS_ACCESS_KEY_ID="" -e AWS_SECRET_ACCESS_KEY="" -e ARN_ROLE_READ="arn:aws:iam::811130481316:role/ppf-st-parser-s3-role" -e BUCKET_NAME_READ="ppf-logs-20190701122158291000000001" -e REGION_READ="us-east-1" -e STATISTIC_FOLDER_PATH="fs_s3_statistic/ppf-fileservice-20180927091328208800000001/fs_s3_inventory/" -e DB_HOST=172.17.0.2 -it --name parser-2024-03-05 --rm statistic-aggregator:v2 php app.php --dates=2024-03-05

awsstatisticparserpublic's People

Contributors

slatch avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.