aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/elasticsearch_tools.py
AgeCommit message (Expand)Author
2018-01-19Delay after save for indexing...* Elasticsearch need a short delay after adding document for it to index the document for subsequent access. Muriithi Frederick Muriuki
2018-01-19Add save_user() function...* On successful login via OAuth2, save the details of the user in elasticsearch store, to avoid hitting the external provider for the basic details. Muriithi Frederick Muriuki
2018-01-12Add elasticsearch_tools module...* Collect variables and functions for using the elasticsearch system in a separate module. Muriithi Frederick Muriuki