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

Examine CoinGeko API #3

Closed
SepehrGanji opened this issue Jul 9, 2023 · 1 comment
Closed

Examine CoinGeko API #3

SepehrGanji opened this issue Jul 9, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@SepehrGanji
Copy link
Collaborator

In this task, we want to have an intro to the CoinGeko website and its API features. So we have to:

[ ] Explore different APIs, and play around with some API clients.
[ ] Write a simple fetcher, to fetch some Coin's data (especially price!).
[ ] Propose a data schema for storing coin data and another for storing its price.

@SepehrGanji SepehrGanji added the enhancement New feature or request label Jul 9, 2023
@SepehrGanji SepehrGanji added this to the Sprint 00 milestone Jul 9, 2023
@Fatemeh-Abdollahi
Copy link
Owner

In this task, we want to have an intro to the CoinGeko website and its API features. So we have to:

[ ] Explore different APIs, and play around with some API clients. [ ] Write a simple fetcher, to fetch some Coin's data (especially price!). [ ] Propose a data schema for storing coin data and another for storing its price.

answer:
in NoSQL Databases, we can have a Coin Data Schema with columns coinId, name, symbol, description, etc, and a Coin Price Schema with columns for coinId, vsCurrency, price, and timestamp.
also in PostgreSQL, we can use a table to store the coin data and another for storing the coin prices.

Fatemeh-Abdollahi added a commit that referenced this issue Sep 6, 2023
Fatemeh-Abdollahi added a commit that referenced this issue Sep 6, 2023
Fatemeh-Abdollahi added a commit that referenced this issue Sep 6, 2023
Fatemeh-Abdollahi added a commit that referenced this issue Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants