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

Implement core #16

Open
Tracked by #20
ManiMozaffar opened this issue Jul 5, 2023 · 0 comments · Fixed by #40
Open
Tracked by #20

Implement core #16

ManiMozaffar opened this issue Jul 5, 2023 · 0 comments · Fixed by #40
Assignees
Labels
enhancement New feature or request

Comments

@ManiMozaffar
Copy link
Member

ManiMozaffar commented Jul 5, 2023

Core functionality should be:

  1. Implement Process (currently it's called Spider, but i think it makes more sense if we call it process since it's a process), for each crawling process.
  2. Implement Crawler class
  3. Implement the functionality of appending all those process, like a router configuration in fastapi.
  4. Initiate all process to rocketry task to write print("Hello fastcrawler") on console, present it to a team member confirming your work in progress.
  5. Implement the functionality of making request, in minimal version, no feature for now. let's KISS :)
  6. Parse the result and print it on console. Catch all errors in memory for now if there's any.
  7. Be friendly to uvicorn (async serve) to run the crawler with uvicorn.

This issue shall be started to work when schedule is merged

@ManiMozaffar ManiMozaffar added the enhancement New feature or request label Jul 5, 2023
@ManiMozaffar ManiMozaffar mentioned this issue Jul 17, 2023
4 tasks
@ManiMozaffar ManiMozaffar linked a pull request Jul 17, 2023 that will close this issue
4 tasks
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

Successfully merging a pull request may close this issue.

2 participants