Open huss opened 7 years ago
I'd like to generate some meters which have data whose waveforms are:
I think these will provide both a pleasing visual demonstration and a good exercise of the compression system.
I would imagine that a completed #54 would really help with this, as we can just generate a CSV and import it. On the other hand, we could always just put it into the DB directly.
There is now some standard development data that is documented on the wiki page. It is expected to expand the set of data in the future. Also, when we allow CSV via a URL, the adding of test data will be even easier (#370). We also want to start using some of this test data for Travis testing.
We can now generate sine/cosine data. We are in the process of using those functions to generate different types of data for developer usage and testing.
The test data generation was completed with PR #614. We still will probably do more types of data in the future. We still need to integrate this data into the testings code.
At this point in time, the one new type of test data that is desired is something that looks like real data from a meter. This would allow for automated data generation for the website and developers. Some ideas are above. We want it to vary with time (maybe season of the year) and have some quasi-random looking component where we can easily generate the same data over and over. See src/server/data/ for the current data generated and the generate... scripts listed in package.json.
Progress has been made on this and will continue after v1.0.
Hi, I would like to work on this issue.
We should generate test data that looks like actual data and be fed into OED. This will be used for testing and also for demos instead of using the more limited real data. For testing the scaling/performance of the system, we should generate 10 years of data for 1000 meters on a minute interval (for now). I estimate this will be in the 2GB range of data. The meter names can be something like M0001, M0002, etc. and the data can be random in some range (such as 0-20 KWh).