Releases: stricaud/sightingdb
Releases · stricaud/sightingdb
Bugfix
statistics, consensus and no warnings release
This release offers 2 new features:
- Statistics: can be used to store statistics over time when we do sightings. If will give an accurate count per hour so anyone can see how much data was sent at what time, instead of only getting a count, first seen and last seen. The default is not to return it, since it can be rather large, however, instead of using the "r" command, use "rs" for "read statistics"
- Consensus: when one write to a namespace a given value, and write to another one the very same value, it will make a consensus of 2, since 2 different namespaces share the same value. It helps getting insights on how many other people share the same value.
Last but not least, I removed all the compiler warnings.
CanSecWest 2020 at home
This release contains the ability to force timestamping when inserting events.
SightingDB first version
This this the first release of SightingDB, while there are still a lot of cleanup, it allows us to provide an expected release and move forward.