Performance statistics: add JSON file storage support.
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 25 Aug 2021 20:42:45 +0000 (22:42 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 25 Aug 2021 20:42:45 +0000 (22:42 +0200)
commit72f041bd50fc25ca5d233565cbc0ea836220ec0f
treec4027c5272484e7d4faae905ba86fce6b53cd39d
parent3356aa8419d035c06fb9050a4f515a9c54147c30
Performance statistics: add JSON file storage support.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
16 files changed:
.gitignore
README.md
mta.yaml [deleted file]
package-lock.json
package.json
src/assets/config-template.json
src/types/ConfigurationData.ts
src/types/Statistics.ts
src/types/Storage.ts [new file with mode: 0644]
src/utils/Configuration.ts
src/utils/FileUtils.ts
src/utils/PerformanceStatistics.ts
src/utils/performance-storage/JSONFileStorage.ts [new file with mode: 0644]
src/utils/performance-storage/MongoDBStorage.ts [new file with mode: 0644]
src/utils/performance-storage/Storage.ts [new file with mode: 0644]
src/utils/performance-storage/StorageFactory.ts [new file with mode: 0644]