Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move models from Redis to ElasticSearch #35

Closed
edsu opened this issue Sep 4, 2017 · 1 comment
Closed

Move models from Redis to ElasticSearch #35

edsu opened this issue Sep 4, 2017 · 1 comment

Comments

@edsu
Copy link
Member

edsu commented Sep 4, 2017

Now that ElasticSearch is being used for storing tweets and Twitter users I think it makes sense to move our User, Trends, Places and Settings models from Redis to ElasticSearch. JSON stores more naturally in ElasticSearch without having to manually maintain id indexes. Redis will still be useful for caching and queuing work, so I think it makes sense to not remove Redis support completely.

@edsu
Copy link
Member Author

edsu commented Oct 21, 2017

All the models are stored in ElasticSearch now.

@edsu edsu closed this as completed Oct 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant