Skip to content

normal-user-2/scrapper_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Rust with Scrapping Project

Goal

  • Setup SQLx
  • Scrap any wordpress blog
  • Save into database (page model/table)
  • Extract article data (post model/table)
    • Normalized body
    • Extracted title
    • Extracted thumbnail_image
    • Extracted category
    • Extracted author
  • Setup Axum
    • Create API to get the data
  • Setup Actix
    • Create API to get the data
  • Compare the performance between Axum and Actix

Setup

  • Create .env file
    DATABASE_URL=postgresql://postgres:password@localhost:5432/learning_rust
    ENVIRONMENT=dev
    PORT=8200

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages