Skip to content

Microservice RESTful API using Jersey and iBatis

Notifications You must be signed in to change notification settings

Zendom88/db-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

db-api Microservice

  • RESTful API Application to extract data from Oracle database in Json form

API Endpoints:

  • /data: to fetch data object's contents
  • /meta: to fetch meta data of object

Parameters:

  • objName: Object Name (table/view) needs to fetch. Use with schema name if not in the current schema.
  • filters:
     - where condition to customize your query. E.g: "filters=WHERE ROWNUM<5"
     - only applicable for /data Endpoint

Set up:

  • Create app.properties file in the same format as app_sample.properties and provide database information for connection.

About

Microservice RESTful API using Jersey and iBatis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published