Giter Club home page Giter Club logo

product-catalog-sample's Introduction

Sample Product Catalog Ingestion Library

Build Status

Purpose

This library and repository serve as sample code resulting from the take home assignment of a certain potential employer. Thus while it presents a view into the author's coding style and practices at the time of writing, this should not be considered a maintained project. It is unlikely that this library will be of use in a production environment.

Build Instructions

Builds are done with maven, thus mvn package

Usage

Since this is not really intended for use the library is not published to any maven repository. However, if it were in such a repository then the below would be the appropriate dependency to add.

<dependency>
    <groupId>us.csar.sample</groupId>
    <artifactId>product-catalog</artifactId>
    <version>1.0.0</version>
<dependency>

A cli example using the library is included in product-catalog-example. Its usage can be seen in its help message java -jar product-catalog-example.jar --help. For basic usage java -jar product-catalog-example.jar <sample-catalog.txt > sample-catalog.json will convert sample-catalog.txt to an easier to parse JSON representation whereas java -jar product-catalog-example.jar -f Record <sample-catalog.txt > sample-catalog-record.json converts each row to a more processed form as defined by the problem specification this sample was written in response to.

Releases

Tagged releases built by the CI system can be found at https://github.com/cacsar/product-catalog-sample/releases

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.