Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/od-c0d3r/search_trends_rails


https://github.com/od-c0d3r/search_trends_rails

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Search Trends Dashboard 📊
![Alt text](plan.png)

- [Live Demo](https://search-trends-rails-fe7d46ba78d1.herokuapp.com)

## Installation
### Prerequisites

| Tool | Download and install |
|--|--|
| Git | [Link](https://git-scm.com/downloads) |
| Docker compose | [Link](https://docs.docker.com/compose/install/) |

### Getting Started
- Clone the current repository
- `git clone [email protected]:od-c0d3r/search_trends_rails.git`
- Run command to start docker containers
- `docker-compose up --build`

## Future Improvements

With extra available time we could:
- Refactor code.
- Use Sidekiq jobs to perform database calls to avoid request flow interuption and provide scaleabilty.
- Use ActionCable to broadcast analytics to view it on realtime.
- Finish and Enhance planed UI/UX.