Skip to content

mbesida/timeseries-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timeseries-merge

Time series are stored in files with the following format:

  • files are multiline plain text files in ASCII encoding
  • each line contains exactly one record
  • each record contains date and integer value; records are encoded like so: YYYY­MM­DD:X
  • dates within single file are non­duplicate and sorted in ascending order
  • files can be bigger than RAM available on target host

Create script which will merge arbitrary number of files, up to 100, into one file. Result file should follow same format conventions as described above. Records with same date value should be merged into one by summing up Xvalues.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published