GithubHelp home page GithubHelp logo

narayanbhat166 / leetcode_datahouse Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 283 KB

This project is to scrape leetcode database and gain useful insights

Rust 96.22% PLpgSQL 3.78%
leetcode rust rust-lang

leetcode_datahouse's People

Contributors

narayanbhat166 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

leetcode_datahouse's Issues

[REFACTOR] move libraries to cargo workspaces

Cargo workspaces provide a neat way to manage multiple libraries and binaries which share utilities into a single repository. More information can be found here The many binaries that will be in this project are

  • controller: A controller is responsible for coordinating resources between multiple producers. It should implement a efficient way to buffer the data sent by producers. Provide a layer of abstraction around message queues for producers and consumers.

  • producer: Scrape data from leetcode and send it to controller. This can be scaled very effeciently.

  • consumer: Flush the data from message queues to database and file storage.

The multiple libraries that will be included in this project are

  • Redis: Provide redis helper functions to communicate to redis.
  • Kafka: Provide kafka helper functions to communicate to kafka brokers.
  • Configs: To manage configs.
  • protobuff: To compile proto files to rust specific structures and functions.

Since this would be a large refactor, I will be breaking this down to child issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.