@@ -13,9 +13,9 @@ In this document the set up, creation, loading and browsing of dataset's is disc
- [x] create a dataset
- [x] set up a buffer system that can write to the database (~15 us needed per write operation (add_result call))
- [x] add easy access operators to the dataset
- [] loading a dataset
- [x] loading a dataset
- [ ] query tool for all the data
- [] index database for fast searches + add keyword feature
- [x] index database for fast searches + add keyword feature
- [ ] GUI to diplay data
- [ ] pusher for local data to external database
- [ ] feature : add start and stop also to slicing (e.g. ds.m1[:, 5:10:20] --> slices dataset and its setpoints)
...
...
@@ -276,4 +276,4 @@ The software can make an estimation of the amount of data that has been written
The software will regularly check the amount of data that has been used. When this goes over the limit, it will trash the oldest datasets that are present on the system. Only datasets that are synchronized to the server can be trashed.
When asking for the data of the removed measurements, a call will be made to the server instead of the computer.