Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is possible to store scalar data in a database instead of netcdfnetCDF-files on disk. Currently the only supported database type is MongoDB. The MongoDB implementation has been developed in close cooperation with TVA and Infisys. It is however possible to add support for other database types as well by implementing a set of java interfaces. The archive database should be considered as an optional extension to the Deltares Open Archive to store scalar data in a way which is more convenient to your organization.

Storing data in MongoDB instead of NetcdfnetCDF-files has the following advantages:

  1. Data is directly available. It is not necessary to run the harvester.
  2. Reading data from MongoDB by using seamless integration is more performant in comparison to reading from NetcdfnetCDF-files,
  3. MongoDB prevents that data is stored multiple times in the archive.

...