-
- Downloads
Updated objectstore to use less memory
Added status messages for queries in progress.
Showing
- .gitignore 3 additions, 1 deletion.gitignore
- go.mod 2 additions, 2 deletionsgo.mod
- go.sum 4 additions, 0 deletionsgo.sum
- internal/entity/messageStruct.go 10 additions, 0 deletionsinternal/entity/messageStruct.go
- internal/usecases/consume/handlemessage.go 13 additions, 10 deletionsinternal/usecases/consume/handlemessage.go
... | ... | @@ -5,8 +5,8 @@ go 1.16 |
require ( | ||
git.science.uu.nl/datastrophe/broker v0.0.0-20210516094125-abbeaf96fd58 | ||
git.science.uu.nl/datastrophe/keyvaluestore v0.0.0-20210527103454-a4f448f11f28 | ||
git.science.uu.nl/datastrophe/objectstore v0.0.0-20210527105610-6eaa83999d9e | ||
git.science.uu.nl/datastrophe/query-conversion v0.0.0-20210518093948-06ff65cdf577 | ||
git.science.uu.nl/datastrophe/objectstore v0.0.0-20210603160015-4cbd339b979c | ||
git.science.uu.nl/datastrophe/query-conversion v0.0.0-20210601141629-c90342e61f80 | ||
git.science.uu.nl/datastrophe/query-execution v0.0.0-20210518112715-043c7046dc7b | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/thijsheijden/alice v0.1.18 | ||
... | ... |
Please register or sign in to comment