mmlampinen / prifina-aggregator

Consolidate various sites' downloaded user data to JSON files for processing by Prifina.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prifina Aggregator

The purpose of this project is to automate the process of data aggregation and standardization from various sources.

Usage

  1. Clone this git repository git clone https://github.com/iarf/prifina-aggregator.git
  2. Install dependencies npm install
  3. Create a config.json file in the repository root. Be sure to change all paths to locations of your data.
export const basePaths = {
	google: "C:/Some/directory/Takeout",
	facebook: "C:/Some/directory/facebook"
}

export const outputPath = "../output.json";
  1. To consolidate your data to the chosen JSON file location, run the app npm run start

About

Consolidate various sites' downloaded user data to JSON files for processing by Prifina.


Languages

Language:JavaScript 100.0%