Skip to content
View reedip's full-sized avatar

Block or report reedip

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. PieUpdater PieUpdater Public

    A small updater for RasPi

    Python

  2. reedip.github.io reedip.github.io Public

    Portfolio

    JavaScript

  3. database.md database.md
    1
    |                         Use case                           |                                                                                                                                        Solution                                                                                                                                        |                     Example                      |                                                                                                       Notes                                                                                                      |
    2
    |------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
    3
    | Caching                                                    | Key Value pair for a query pattern/ key which needs a cached output                                                                                                                                                                                                                    | Redis, Memcache, etcd                            |                                                                                                                                                                                                                  |
    4
    | File storage for Images, Videos                            | Files would be serviced directly and would not require any query to be executed on the files.                                                                                                                                                                                          | Blob Storage ( eg. Amazon S3)                    | CDN can be used with the Blob to provide data faster                                                                                                                                                             |
    5
    | Text Search on Unstructured data                           | Data can be unstructured like Labels, Logs, etc. for this, the data may not be relational. We use Document DB for this scenario.                                                                                                                                                       | MongoDB                                          |                                                                                                                                                                                                                  |
  4. Design PasteBin.md Design PasteBin.md
    1
    # Pastebin
    2
    Design Pastebin, a website where you can store and share text online for a set period of time.
    3
    Note: Bit.ly is a similar service, with the distinction that Pastebin requires storing the paste contents 
    4
    instead of the original unshortened URL.
    5