Libraries tagged by big data
cinchapi/concourse-driver-php
14 Downloads
Official PHP driver for Concourse
kuriousagency/bigreports
968 Downloads
Run reports on large data sets.
shopforward/google-cloud
45 Downloads
Google Cloud Client Library
kingga/laravel-migrations
2 Downloads
Some classes which help with migrations, e.g. changing the id column from unsigned integer to unsigned big integer along with foreign keys.
photonite/query-iterator
152 Downloads
An iterator for queries that deal with big data collections
paulhenri-l/file-array
4 Downloads
An array backed by files that can be used to store big data sets
myzero1/yii2-authz
23 Downloads
Export big data through data streams
drlenux/large-array
11 Downloads
Array for big data, big array, large array, memory array
report111/php
3 Downloads
PHP Client for bigData
zdenekdrahos/bn-php
3530 Downloads
Big Number data type for PHP which can be used as replacement of inaccurate float Use BC Math
krsc/krsc-photo-db
2 Downloads
Krsc-Photo-Db is a tool to import, store in db and analyse exif data from photos. Takes advantage of oracle pl/sql to make calculations on big amount of data.
gacek85/collection-iterator
21 Downloads
Helps iterating big sets of data
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.