Skip to content

A CSV parsing engine to identify possible matches in database

Notifications You must be signed in to change notification settings

jennabelle/data-matching-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Matching Engine

Takes your CSV, parses it, and writes to output.txt a list of matching records in database, in the same line order.

Screenshots

Input:

Output:

Getting Started

npm install

To Start Server

npm start

Go to:

http://localhost:8080/api/setupAccounts

Check that matching records are displayed. Go to:

db/output.txt

To Run Unit Tests

npm run test

Tech Stack

Node.js
ES6
Babel
Mongoose.js
MongoDB
Express
Webpack
fast-csv
DotEnv

About

A CSV parsing engine to identify possible matches in database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published