Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 history

Currently, 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 root

Check 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)