https://github.com/ceyhunkerti/alchemist
oracle data integrator beautifier
https://github.com/ceyhunkerti/alchemist
Last synced: 4 months ago
JSON representation
oracle data integrator beautifier
- Host: GitHub
- URL: https://github.com/ceyhunkerti/alchemist
- Owner: ceyhunkerti
- Created: 2018-10-10T09:54:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T16:25:50.000Z (over 2 years ago)
- Last Synced: 2025-02-22T13:39:18.318Z (8 months ago)
- Language: Vue
- Size: 4.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Oracle Data Integrator Beautifier
Web application for oracle-data-integrator.
- Please contact using issues for more features.
- You can create a distribution binary and run in production mode.#### Features
- Watch errors, running sessions, agents and data sources
- See running scripts, and exceptions messages
- Test agents and dataservers
- See # of running sessions on each agent
- Display load-plan history and statistics
- Desktop notifications and alers for errors
- Create multiple connections to different repositories
- TR and EN language support
- Zen mode in full screeen
- No need to install anything copy and run
- See [screenshots](https://github.com/bluecolor/alchemist/tree/master/screenshots)
- [CLI](cli/) bulk operations#### ODI Versions
- For each ODI version you must provide the `odi-core.jar` and edit the [build.gradle](backend/build.gradle) if necessary
- Find `odi-core.jar` in your ODI installation folder
- Place your `odi-core.jar` under `alchemist/backend/lib`
- Remove any `odi-code.jar` if there is already one
- edit `build.gradle` like;
```groovy
compile fileTree(include: [
'bsh-2.0b4.jar',
'identitystore.jar',
'your-odi-code.jar', //! -----> this line
'ojdl.jar',
'dms.jar'
], dir: 'lib/odi')
```
- Build the project#### Building
- `git clone git@github.com:bluecolor/alchemist.git`
- `cd backend & gradle bootrun`
- `cd frontend & npm install`
- `npm run dev`#### Installation
- Download & unzip the project
- `cd alchemist/dist`
- `java -jar alchemist.jar`
- create system user using the `app shell`:
```
ssh user@localhost -p 2000
# enter password
su -h # help for su command
# example
# su -m c -u system -p system -n system -e system@bluecolor.io
# username: system password: system
```- Goto browser and login with the credentions you gave eg. system/system