Coder Social home page Coder Social logo

kubraguler / highlights Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sawyerh/highlights

0.0 0.0 0.0 30.75 MB

Code for converting, importing, processing, and displaying Kindle, Instapaper, and Safari Books highlights

Home Page: http://highlights.sawyerh.com

Shell 0.65% JavaScript 16.92% Python 20.56% TypeScript 46.37% CSS 1.17% Makefile 1.00% HTML 13.33%

highlights's Introduction

Overview

Hello ๐Ÿ‘‹ You're at the root of a monorepo.

This repo contains all of the code for my personal reading highlight system. You can read more about this project in this blog post.

Directory Structure

โ”œโ”€โ”€ aws       # Email importer and AI/LLM features
โ”œโ”€โ”€ firebase  # Database and backend
โ”œโ”€โ”€ packages  # Reading export converters
โ”‚   โ”œโ”€โ”€ highlights-email-to-json
โ”‚   โ”œโ”€โ”€ kindle-clippings-to-json
โ”‚   โ”œโ”€โ”€ kindle-email-to-json
โ”‚   โ””โ”€โ”€ safari-books-csv-to-json
โ””โ”€โ”€ web       # Frontend

Installation

Pre-requisites

  • Node.js 18+
  • Python 3.10+
  • poetry

Setup top-level dependencies

To setup developer tooling, like linting and formatting:

make init

Then, each individual directory has its own README with setup instructions.

System context

C4Context
  Person(me, "Me")

  Boundary(aws, "AWS") {
    System(ai, "Search & Summarization", "S3, Lambda")
    System(email, "Email importer", "SES, S3, Lambda")
  }

  Boundary(vercel, "Vercel") {
    System(web, "Web app", "Next.js")
  }

  Boundary(google, "Firebase") {
    SystemDb(db, "Database", "Firestore")
    System(functions, "Data enricher", "Cloud Functions")
    System(api, "API", "Cloud Functions")
  }

  System(ga, "Google Analytics")

  Rel(me, email, "Emails export")
  Rel(email, db, "Creates records")
  Rel(api, db, "Reads")
  Rel(web, api, "Get volumes and highlights")
  Rel(web, ai, "Search")
  Rel(web, ga, "Track")
  BiRel(db, functions, "Triggers updates")
  UpdateRelStyle(db, functions, $offsetX="-45", $offsetY="-20")

  UpdateLayoutConfig($c4ShapeInRow="4", $c4BoundaryInRow="4")
Loading

highlights's People

Contributors

sawyerh avatar renovate[bot] avatar dependabot[bot] avatar

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.