Symfony bundle to import data from https://github.com/guga31bb/nflfastR-data and https://github.com/mrcaseb/nflfastR-roster to symfony.
Bundle contains:
- Entities
- Migrations
- Repositories
- Import commands
Documentation for NflFastRSymfonyBundle is in doc/index.md
Installation instructions can be found in the documentation
Version 0.1 of the NflFastRSymfonyBundle is compatible with NflFastR 4. It requires Symfony 5.0 or greater. When using Symfony Flex there is also a recipe to ease the setup. Earlier versions of the NflFastRSymfonyBundle are not maintained anymore and only work with older versions of the dependencies. The following table shows the compatibilities of different versions of the bundle.
FOSElasticaBundle | NflFastR | Symfony | PHP |
---|---|---|---|
[0.1] (master) | ^4.0 | ^5.0 | >=7.4 |
This bundle is released under the MIT license. See the included LICENSE file for more information.
@todo: move this to docs folder @todo: hooks and events?
Why entities Structure in general (with storing complete data) Details on fieldmappings
Console or direct Pros and cons For console: multiple workers in parallel timings Memory restrictions
Optimized indexes, hooks, events, ...