https://github.com/bugbiteme/mule-customer-db
https://github.com/bugbiteme/mule-customer-db
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bugbiteme/mule-customer-db
- Owner: bugbiteme
- Created: 2021-08-03T15:39:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T16:30:02.000Z (almost 5 years ago)
- Last Synced: 2025-03-26T11:30:35.953Z (about 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mule-customer-db
Used to populate sample customer data in mysql database
## Usage
set variables in `db-init.sh`
| variable | value |
| ---------- | ----------------------- |
| DB_USER | user-name |
| DB_HOST | host-name-or-ip-address |
| DB_PORT | port |
| DB_NAME | database-name |
Run from the command line:
`sh db-init.sh`