-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Guido Barbaglia edited this page Dec 18, 2013
·
26 revisions
Welcome to the WDS wiki!
WDS acronym stands for Web Data Server. The purpose project is used to provide data through REST services from different sources and in different formats. WDS project is composed by two different modules:
- wds: REST services
- wds-core: Core libraries
[
{
"id": "MYDATASOURCE",
"driver": "PostgreSQL",
"url": "jdbc:postgresql://127.0.0.1:5432/my_datasource",
"dbName": "my_db",
"username": "my_username",
"password": "my_password"
}
]