Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T20:14:39.000Z (about 1 month ago)
- Last Synced: 2024-09-29T14:21:35.269Z (about 1 month ago)
- Topics: mssqlserver, mysql, oracle, postgresql, servicenow, servicenow-api
- Language: Java
- Homepage:
- Size: 1.45 MB
- Stars: 30
- Watchers: 7
- Forks: 19
- 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.
There are two ways to configure the application.
1. **YAML** configuration. For an introduction 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
2. **DataPump** is a scoped app which is installed in the ServiceNow instance and can be used to configure and manage export jobs. For information refer to
- [Exporting to MySQL, Oracle or SQL Server with DataPump](https://community.servicenow.com/community?id=community_article&sys_id=90628858db7f2010030d443039961918)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.