Giter VIP home page Giter VIP logo

ostats's Introduction

OStats / OCollect…
-------------------

This is a project which I started a long time ago. I wanted to collect every
single accessible xml api file and data.
I'll quit my ogame activities so the code is published.
The data model is created to save every data point. It isn't optimized for
retrieving the stored information.

requirements:
- php7.0 debian, should be working with the more current release
- mariadb (mysql should work, too)
- composer

1. composer install
2. Copy config.example.php to config.php and adjust to your needs.
3. ./app.php gt:migrate && ./app.php gt:part
4. cat initial.list | xargs ./app.php gt:server:create --full-country

To collect the data you have to run (several) instances of "./app.php gt:worker".
I would recommend to get one priority worker for the highscore data:
	./app.php gt:worker highscore

To reorganize the partitions of the highscore run ./app.php gt:part.
You don't need to do this daily, but should do this at least every
2 weeks.

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.