Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gen1321/social_aggregator_test_task
https://github.com/gen1321/social_aggregator_test_task
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gen1321/social_aggregator_test_task
- Owner: gen1321
- Created: 2021-08-10T11:58:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T12:00:00.000Z (over 3 years ago)
- Last Synced: 2024-11-12T16:47:10.273Z (3 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Social aggregator test task
## Requirements
1) ruby >= 2.7## Startup
`bundle exec rackup`## Thoughs
1) We actually can retry if api call fails and it would be my number one improvement. Im just out of time :) it will be really easy with Task monad.
2) I would prefer explicit timeouts in ApiClient
3) In real world i guess we also need throlter
4) fast_json_serializer or similar would also be required
5) Maybe we can tune data structures so we can get rid of merges