This repository has been archived by the owner on May 13, 2020. It is now read-only.
baseline implementation
Baseline implementation version 0.1
- Insertion: insert n (n = number of attribute) times copy to blockchain, using attribute as key and entire line as value
- Range query: query from start time, and increase timestamp by 1 every time till end time. The total number of query needed is (start - end)
- And operation: query using single attribute and do AND operation locally