ballerina-guides/playground-data-service

Name: playground-data-service

Owner: ballerina-guides

Description: null

Created: 2018-03-24 14:55:41.0

Updated: 2018-04-26 08:55:34.0

Pushed: 2018-04-26 08:55:32.0

Homepage: null

Size: 31

Language: Ballerina

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Ballerina Playground - Data Service

What you?ll build

In this example you will use Ballerina to exposes data as an API.

Prerequisites

GET all Customers

 http://localhost:9090/customer

ToDo:

// Get database credentials via configuration API. const string user_name =? config:getAsString(“username”); const string password =? config:getAsString(“password”); const string DB_NAME=“CUSTOMER_DB”;


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.