Click here to Skip to main content
15,885,985 members
Articles / Cloud

Fighting Crime with a Cloud Mashup

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
5 Jul 2013CPOL2 min read 7.1K   5
This article describes an idea for an application that uses data from the D&B sandbox.

This article is an entry in our DnB Developer Challenge. Articles in this sub-section are not required to be full articles so care should be taken when voting.

Introduction

This article describes an idea for an application that uses data from the D&B sandbox. This is an idea for an app that has not yet been created.

The D&B cloud services provide a straight-forward API for company related data that is guaranteed to scale to meet your needs. The application described in this article can be hosted on Azure, which means it can scale on demand, as well.

Background

In the United States, the FTC serves to protect consumers from (among other things) companies that might defraud others. This app provides a way for consumers to research shady companies even before the company has been debarred or shut down. Customers may also be concerned with whether a company will be in business in future years to service a warranty.

Overview

Suppose a user has some interest in making a purchase from a company they are unfamiliar with. The user would launch this app and search for the company with a name, location, or phone number. We use the D&B data service to perform a search and obtain the DUNSNumber.

With this unique identifier, we show corresponding public record information (from the Public Records function) about the company, such as whether there are any suits, liens, or judgments against the company. Because poor company performance will not likely be manifest in public record information quickly, the data is joined with BBB records which show a wider array of complaints.

Another portion of this software is a mobile-phone app that can be used to analyse a company immediately based on a caller's phone number. When the user sees an unfamiliar number, they can choose to have this number reviewed to:

  1. better determine who is calling and
  2. to learn more about the reliability of that company

Points of Interest

Consumer reviews (for product companies) could also be shown by integrating data from an online review service.

Because some business leaders might hop from one organization to another, it might be useful to try and correlate data about failed companies and the companies where those officers are now making decisions.

History

This is the original version of the article.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
Contributor to DotSpatial (http://dotspatial.codeplex.com/) and software developer since 2007.

Comments and Discussions

 
QuestionThanks for your submission! Pin
Kevin Priddle9-Jul-13 6:32
professionalKevin Priddle9-Jul-13 6:32 
AnswerRe: Thanks for your submission! Pin
chrispardo9-Jul-13 16:36
chrispardo9-Jul-13 16:36 
AnswerRe: Thanks for your submission! Pin
mudnug9-Jul-13 18:09
mudnug9-Jul-13 18:09 
GeneralRe: Thanks for your submission! Pin
Kevin Priddle10-Jul-13 6:06
professionalKevin Priddle10-Jul-13 6:06 
GeneralRe: Thanks for your submission! Pin
mudnug17-Jul-13 19:39
mudnug17-Jul-13 19:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.