mjordan / riprap

A PREMIS-compliant fixity checking microservice.
MIT License
13 stars 7 forks source link

Improve CSV persistence #42

Closed mjordan closed 4 years ago

mjordan commented 5 years ago

Currently, the PluginPersistToCsv plugin provides less functionality than persisting to an RDBMS. Perhaps we can use the fine https://csv.thephpleague.com/ to provide additional functionality, or https://nyamsprod.com/blog/2018/using-doctrine-collections-to-improve-csv-filtering/ if we want integration with Doctrine.

mjordan commented 4 years ago

The CSV persister plugin is for demo and testing purposes only. Production instances should use the database persister. Closing this issue.