https://github.com/gflewis/sndml3
ServiceNow Data Mart Loader: an application to load SQL databases from ServiceNow
https://github.com/gflewis/sndml3
mssqlserver mysql oracle postgresql servicenow servicenow-api
Last synced: 5 months ago
JSON representation
ServiceNow Data Mart Loader: an application to load SQL databases from ServiceNow
- Host: GitHub
- URL: https://github.com/gflewis/sndml3
- Owner: gflewis
- License: mit
- Created: 2017-12-21T02:24:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-27T19:34:49.000Z (7 months ago)
- Last Synced: 2025-06-12T22:05:16.793Z (6 months ago)
- Topics: mssqlserver, mysql, oracle, postgresql, servicenow, servicenow-api
- Language: Java
- Homepage:
- Size: 2.6 MB
- Stars: 31
- Watchers: 6
- Forks: 20
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
- [Getting Started with ServiceNow DataPump](https://gflewis.github.io/sndml3/) (GitHub Pages)
- [Exporting ServiceNow Data using DataPump 3.5](https://www.youtube.com/watch?v=r3TOvHVKeDQ) (YouTube Video)
For an overview of the changes in **Relase 3.5** please refer to
- https://github.com/gflewis/sndml3/wiki/Release-3.5
If you are using YAML to configure the application, please refer to these wiki pages
- https://github.com/gflewis/sndml3/wiki/Home
- https://github.com/gflewis/sndml3/wiki/Getting-Started
- https://github.com/gflewis/sndml3/wiki/YAML-Configuration
- https://github.com/gflewis/sndml3/wiki/Options
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.