BitSwan Features v1910, launched on 31th of October 2019
New features v1910:
Analyzer profiling
The bspump.profiler
is now able to track the performance/run time of analyzer.
bspump.lookup.MatrixLookup
MatrixLookup utilizes the numpy matrix to search for stored values. The implementation of serialization is also included.
bspump.lookup.BitMapIndex
New index class was released, that creates a bitmap index based on numpy matrix.
MongoDBSink
MongoDBSink is now implemented to insert data record to predefined Mongo database, specified in the connection.
Other changes
Update bspump-profiler example
Serialization of bspump.matrix.NamedMatrix
Support MySQL numpy int/float
Examples for bspump-mongo-sink.py & matrix-lookup
bskibana published to pypi
Minor changes in docs