fleet/server/pubsub
John Murphy 6a825c11e3 Datastore refactor (#439)
Removed Gorm, replaced it with Sqlx

* Added SQL bundling command to Makfile

* Using go-kit logger

* Added soft delete capability

* Changed SearchLabel to accept a variadic param for optional omit list
instead of array

* Gorm removed

* Refactor table structures to use CURRENT_TIMESTAMP mysql function

* Moved Inmem datastore into it's own package

* Updated README

* Implemented code review suggestions from @zwass

* Removed reference to Gorm from glide.yaml
2016-11-16 21:47:49 +08:00
..
doc.go Datastores for buffering distributed query results (#346) 2016-10-31 15:51:19 -07:00
inmem_query_results.go Update osquery service methods for distributed queries (#476) 2016-11-14 10:22:54 -08:00
query_results_test.go Datastore refactor (#439) 2016-11-16 21:47:49 +08:00
redis_query_results.go Datastores for buffering distributed query results (#346) 2016-10-31 15:51:19 -07:00