Git Product home page Git Product logo

richardschoen / ileaccess Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 1.0 20 KB

Save file packaging of IBM i libraries ILEASTIC, NOXDB and ILEUSION for convenience installation. ILEastic allows HTTP microservices to be created on IBM i. NOXDB makes SQL,JSON and XML made easy for IBM i, ILEusion packages it all up to make IBM i data and program call services easier.

as400 ibmi data queue db2 database sql program ile call

ileaccess's Introduction

ILEaccess

ILEaccess is a save file convenience packaging of IBM i libraries ILEASTIC, NOXDB and ILEUSION for convenience installation.

ILEaccess/ ILEusion can be used to replace XMLSERVICE on IBM i as a remote data access layer via JSON REST based calls.

(See API link below.)

ILEastic allows HTTP microservices to be created on IBM i
NOXDB makes SQL,JSON and XML made easy for IBM i.
ILEusion packages it all up to make IBM i data and program call services easier using JSON rest calls. ILEusion has been temporarily forked here. https://github.com/richardschoen/ILEusion

For more info on these services see the sitemule Github projects: https://github.com/sitemule

Installing ILEACCESS library and starting an IBM i data service

Download the ileaccess.savf save file from the selected releases page.

https://github.com/richardschoen/ILEaccess/releases

Upload the ileaccess.savf to the IFS and place it in /tmp/ileaccess.savf

Run the following commands to copy the save file from the IFS into a SAVF object

CRTSAVF FILE(QGPL/ILEACCESS)

CPYFRMSTMF FROMSTMF('/tmp/ileaccess.savf') TOMBR('/qsys.lib/qgpl.lib/ileaccess.file') MBROPT(*REPLACE) CVTDTA(*NONE)

Restore the ILEACCESS library

RSTLIB SAVLIB(ILEACCESS) DEV(*SAVF) SAVF(QGPL/ILEACCESS)

Starting an ILEaccess/ILEusion IBM i Data Service Instance

ADDLIBLE ILEACCESS

STRILESRV JOB(ILEACCESS) HOST(*ANY) PORT(9999) LOGIN(*YES)

You are now ready to start developing applications in .Net, via PHP or on other platforms that can utilize the ILEusion data service.

Start Using ILEaccess / ILEusion

Check out the .Net wrapper source for accessing IBM i data using ILEusion and .Net.
https://github.com/richardschoen/ILEusion-DotNet

Download Nuget package.
https://www.nuget.org/packages/ILEusionStd

Hopefully other language wrappers will follow, however any language that can read and write JSON can interact with the ILEusion web service calls.

ILEaccess / ILEusion Documentation for Rest API Calls

https://github.com/richardschoen/ILEusion/wiki/ILEusion-API-Documentation

ileaccess's People

Contributors

richardschoen avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

bezouwenr

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.