Giter VIP home page Giter VIP logo

deduping's Introduction

deduping

Experimenting with different ways to use Neo4j to dedup customer data

Record Source

These files were originally created from https://www.fakenamegenerator.com/order.php
I chose the pipe-delimted option and the following fields:

// row layout //Number|GivenName|Surname|StreetAddress|City|State|ZipCode|EmailAddress|TelephoneNumber|Latitude|Longitude|NationalID //1|Debbie|Lopez|2167 Kemper Lane|Morgan|UT|84050|[email protected]|801-845-8240|41.010694|-111.742411|647-09-2661 //2|Walter|Quezada|410 Yorkie Lane|Savannah|GA|31401|[email protected]|912-916-5323|32.0456|-81.09714|671-24-0561

The actual loading script is fairly simple. It uses the foreach-hack to conditionally create links to addresses, emails, and phone numbers. It was intended to quickly load/reload the initial set of records - considered the GOLD records that will be deduped against.

I was running on a memory-constrained macbook so I typically loaded only 20k rows at a time - but with some tweaking of memory config, it should do 100k in a minute or so.

deduping's People

Contributors

mquinz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.