Pieter Cailliau
Pieter Cailliau
https://oss.redislabs.com/redistimeseries/commands/#tscreate
Should at least include a section on redis-grafana data source
``` # create the builder builder = GearsBuilder() # filter events on key:'all_keys' builder.filter(lambda x: x['key'] != 'all_keys') # add the keys to 'all_keys' set builder.map(lambda x: execute('sadd', 'all_keys', x['key']))...
``` builder.map(lambda x: execute('hget', x, 'genres')) ``` could be ``` builder.map(lambda x: getHash( x ).getField('genres')) ``` ?
We'd need a script that imports the IMDB dataset and a (number of) aggregation queries to assess gears ran correctly on it
Client(decode_responses=True)
https://github.com/RedisAI/ChatBotDemo/blob/master/docker-compose.yml#L12 don't mind if it's pre ga version
an example flow where the bot becomes really funny would be great
https://github.com/RedisGears/AnimalRecognitionDemo/blob/master/app/gear.py#L53