Skip to content

Latest commit

 

History

49 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apicollector

Apicollector launches calls to APIs from fields in a database and stores values. Has been tested in PostgreSQL and MySQL.

Deployment

It runs under PHP5, so a good idea is to use Docker, mounting your local dir as a volume

docker run -d -p 8080:80 -v /Users/marti/Documents/github/apicollector:/var/www/html nimmis/apache-php5

In Mac, you can install Apache HTTPD with Homebrew and then PHP 5.6: https://getgrav.org/blog/macos-catalina-apache-multiple-php-versions

To start server:

sudo brew services start httpd

How-to

Syntax: http://{baseUrl}/index.php?PROFILE=google&LIMIT=5&SLEEP=100&DEBUG=true

Params:

  • PROFILE: looks for a plugin file in lib/conf and loads the params (required)
  • LIMIT: the maximum number of queries to do (default is no limit ... until table ends)
  • SLEEP: milliseconds to wait between queries (default is 1000ms = 1sec)
  • DEBUG: if "true", writes more stuff in log file
  • ONLYNULL: if "true" (default), queries only the registries where the "updatefield" is null. If false, starts from the beginning

Plugins conf file:

It is important to note that two fields are required in the table before running the query:

  • updatefield set in profile conf plugin. Must be an integer, and its initial value must be null to point that the record hasn't been queried.
  • queryfield set in profile conf plugin. Must be an array, the first element must exist and musn't be null.

About

apicollector

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages