https://github.com/nt92/memex
We all have a BOATLOAD of data strewn across different apps. This is my attempt to unify my data into a common warehouse and do cool stuff with it.
https://github.com/nt92/memex
memex productivity
Last synced: 3 months ago
JSON representation
We all have a BOATLOAD of data strewn across different apps. This is my attempt to unify my data into a common warehouse and do cool stuff with it.
- Host: GitHub
- URL: https://github.com/nt92/memex
- Owner: nt92
- License: mit
- Created: 2021-08-14T05:34:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T21:36:55.000Z (over 2 years ago)
- Last Synced: 2025-07-05T12:08:05.674Z (3 months ago)
- Topics: memex, productivity
- Language: TypeScript
- Homepage:
- Size: 1.39 MB
- Stars: 47
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nikhil's Memex
So basically, we all have a BOATLOAD of data strewn across different apps. This is my attempt to unify my data into a common warehouse and do cool stuff with it. 'Nuff said, if you want to hear me wax poetic about this or see my progress and attempt to "build in public" you can check out my newsletter on the topic [here](https://thot.substack.com/s/building-a-memex).
## Components
This project is broken up into a bunch of sub-components (not quite microservices) that handle different parts of the memex, ranging from the data collection to the visualization to the API endpoints, etc. Each one has its own `README.md` with information to help you understand how it works.
### Indexer
### Database API
### Frontend