Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dylan-mitchell/memex
Import data from Google Takeout to search and analyze
https://github.com/dylan-mitchell/memex
google googletakeout location-history memex takeout
Last synced: 3 months ago
JSON representation
Import data from Google Takeout to search and analyze
- Host: GitHub
- URL: https://github.com/dylan-mitchell/memex
- Owner: dylan-mitchell
- License: mit
- Created: 2020-02-09T18:29:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:39:21.000Z (about 2 years ago)
- Last Synced: 2024-08-02T15:53:33.755Z (6 months ago)
- Topics: google, googletakeout, location-history, memex, takeout
- Language: JavaScript
- Homepage:
- Size: 56.1 MB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - dylan-mitchell/memex - Import data from Google Takeout to search and analyze (JavaScript)
README
# Memex
A [memex](https://en.wikipedia.org/wiki/Memex) (memory index) is a conceptual data storage and retrieval system outlined by Vannevar Bush. With the rise of the Internet, we increasingly use our memory to remember where to find information (i.e. a Google search) rather than remembering the actual information. This project is an attempt to allow users to search and analyze the digital data that Tech companies collect.
Some example memex use cases:
* Trying to remember when you first encountered a topic
* Search trends across time
* Seeing a heatmap of location historyCurrently, the project only uses data from parts of Google Takeout. I would like to extend it to provide more insights from Google Takeout, as well as insights on data from other digital services.
Memex does not send your data to off-device locations. Everything is processed and handled on your device.
[Download Google Takeout data.](https://takeout.google.com/settings/takeout)
When downloading your data export as the largest download size (50 GB) as this keeps your data from being divided.
Icons created with [Gradientify](https://www.iconshock.com/svg-icons) by Iconshock
## Stack
This project uses ElectronJS and Bulma.io for the frontend, and Golang and SQLite3 as the backend. The Google Takeout data is parsed using [https://github.com/dylan-mitchell/ParseTakeout](https://github.com/dylan-mitchell/ParseTakeout).
## To Use
From source:
1. Clone the repo
2. `npm install`
3. `npm start` in project rootCheck the Releases for builds. Currently I am unable to build for Mac as I do not own one :( .
There are `.deb`, `.snap`, `.pacman` for Linux and `.exe` for Windows.`Note: I have only been able to test the .pacman build`
## Screenshots
![Import Screen](./screenshots/import.png)
![Search Screen](./screenshots/search.png)
![Timeline Screen](./screenshots/timeline.png)
![Summary Screen](./screenshots/summary.png)
![Heat Map Screen](./screenshots/heatmap.png)