Download the PHP package tdt/input without Composer
On this page you can find all versions of the php package tdt/input. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package input
Input package
This is the Laravel package called "input" and serves as an extract-map-load configuration (EML) as part of the datatank core application (tdt/core). The current instances of the eml stack are focussed on semantifying data. This means that raw data can be transformed into semantic data by providing a mapping file.
Future work exists in extracting data from large files and loading them into a NoSQL store. This endpoint can then be exploited freely, or proxied by the datatank core.
Configuration with queues
In order to harvest large datasets, jobs will need to be put in a queue so they can be executed asynchronously. One way to do this is to have a beanstalkd service up and running on the server in combination with the artisan queue:listen command.
In order to make sure the artisan listen command, which executes jobs when they enter the beanstalkd queue, keeps running, configure it in supervisord!
Lastly configure the beanstalkd queue in the configuration file of the application. (app/config/queue.php)
All versions of input with dependencies
illuminate/support Version 4.2.*
tdt/json Version dev-master
neitanod/forceutf8 Version dev-master
coreation/gisconverter Version dev-master
muka/shape-reader Version dev-master
proj4php/proj4php Version dev-inline-projections#89722067010a4c88b7c4c79a7ee187bb2ddb1b61
nesbot/carbon Version ~1.14
pda/pheanstalk Version 2.1.0
ruflin/elastica Version >=0.90 <3.0