Giter Club home page Giter Club logo

probenapi's Introduction

Java CI

A very simple sample management

This repository contains a very simple software project demonstration. It contains of the following modules.

ProbenAPI

This module contains a simple API. Some interfaces are provided by means of abstract classes providing partial implementations.

ProbenVector

This module contains an implementation of ProbenAPI which is based of a simple in-memory representation of simple objects.

ProbenSQL

This module contains a secound implementation of the API, based on JDBC and the sqlite library. The DBMS related code is limited to opening the database and table creation. So it can be easily adopted to other JDBC backends.

ProbenTest

This is a simple console application that allows to manage samples. It is driven by a simple command language that mainly resembles the API.

A summary of the commands and the teir syntax can be printed with the command help:

$ java -jar ProbenTest/target/ProbenTest-1.0.0-SNAPSHOT-bin.jar jdbc:sqlite::memory: test
help
help
remove   id [date]
quit
# [this line will be output verbatim]
range    from to
add      [id] date [number]
result   GOOD|FUZZY|BAD
list
addvalue id [date] value
$

or with sqlite:

e$ java -jar ProbenTest/target/ProbenTest-1.0.0-SNAPSHOT-bin.jar
# in-Memory solution
help
help
# [this line will be output verbatim]
range    from to
add      [id] date [number]
result   GOOD|FUZZY|BAD
list
addvalue id [date] value
remove   id [date]
quit
quit
# exiting...
$

Build instructions

On the command line just type:

mvn package

Then everything should be downloaded, installed and built. The build includes JavaDoc generated webpages and JaCoCo based coverage reports.

All generated files are located inside of the target folder in each module directory.

probenapi's People

Contributors

keinstein avatar

Watchers

 avatar James Cloos avatar  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.