In current PR #9, the point generatation is the dumbest, fixed value with fixed time interval. which is used to make sure other part of the program can be implemented ASAP (serialize, bulk load, query etc.) In order to simulate real world use case, complex and configurable data generation is needed. The original problem is discussed in the private repo which contains some paper addressing this issue
Will update the issue when I finish bulk load and query using the simplest point.
Related https://github.com/at15/xephon-b-paper/issues/4
In current PR #9, the point generatation is the dumbest, fixed value with fixed time interval. which is used to make sure other part of the program can be implemented ASAP (serialize, bulk load, query etc.) In order to simulate real world use case, complex and configurable data generation is needed. The original problem is discussed in the private repo which contains some paper addressing this issue
Will update the issue when I finish bulk load and query using the simplest point.