Skip to content
/ sndml3 Public

ServiceNow Data Mart Loader: an application to load SQL databases from ServiceNow

License

Notifications You must be signed in to change notification settings

gflewis/sndml3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The ServiceNow Data Mart Loader (SNDML) is a Java application which exports data from ServiceNow into an SQL database such as MySQL, PostgreSQL, Oracle or Microsoft SQL Server. SNDML uses the ServiceNow REST API to extract data from ServiceNow. It uses JDBC to load target tables. It creates tables in the target database based on ServiceNow meta-data. It supports a variety of load and synchronization operations.

ServiceNow DataPump is a scoped ServiceNow app which is installed in the ServiceNow instance and is used to configure and manage SNDML jobs. For an introduction to the DataPump app, please refer to

If you are, instead, using YAML to configure the application, please refer to these wiki pages

This program is freely distributed software. You are welcome to redistribute and/or modify it. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, explicit or implied.