Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/od-c0d3r/search_trends_rails
https://github.com/od-c0d3r/search_trends_rails
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/od-c0d3r/search_trends_rails
- Owner: od-c0d3r
- Created: 2024-01-13T08:53:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-14T01:57:57.000Z (12 months ago)
- Last Synced: 2024-10-21T22:57:51.657Z (2 months ago)
- Language: Ruby
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.