/redisearch-tweet-analysis

Real time tweet ingestion, indexing and searching using RedisSearch

Primary LanguageGo

Tweet analysis with RediSearch

A practical example on how to use RediSearch with Azure Cache for Redis with the help of a Go service built using the RediSearch Go client. By the end of this blog, you should have a set of applications that let you ingest tweets in real-time and query them flexibly using RediSearch.

You will learn how to:

  • Work with RediSearch indexes
  • Use different RediSearch data types such as TEXT, NUMERIC, TAG etc.
  • How to build an application to expose RediSearch capabilities
  • How to deploy the service components to Azure with just a few commands
  • Analyse tweets data by querying RediSearch