Giter Site home page Giter Site logo

addressfinder's Introduction

Address Extractor API Documentation

The Address Extractor API has been designed inline with SOA and Domain Driven Design(DDD) to provide an address extraction feature from an accurate multiline address for a specific well known country. As for now CANADA has been listed as well known country and for other country's address, a generic extractor will be used to extract the address.

API Solution Architecture

DDD approch has been used for designing the architecture of the solution by clearly segregating the each responsibility with clear structure.

  • AddressFinder.Common : Responsible for holding all the common functionality/constants of the solution.
  • AddressFinder.Domain : Responsible for representing concepts of the business, information about the business situation, and business rules. State that reflects the business situation is controlled and used here, even though the technical details of storing it are delegated to the infrastructure. This layer is the heart of our solution.
  • AddressFinder.Infrastructure : Responsible for how the data that is initially held in domain entities (in memory) is persisted in databases or another persistent store. As of now we have all the extraction logic stored here.
  • AddressFinder.Tests : Responsible for mirroring the structure of the code under test. TODO: Test cases needs to be written
  • AddressFinder.WebApi : Responsible for defining the jobs the software is supposed to do. This layer should be used to communicate for extraction logic.

addressfinder's People

Contributors

bishwaranjans avatar

Watchers

 avatar

Forkers

whatneuron

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.