Transform an Oracle DB as OpenData using Oracle REST Data Services
In a previous article (Running Oracle Database Server as a Docker container), we've created a Docker container called oracle-db
where a Human Resources database is running.
In this article we'll partially expose the database on the web using OpenAPI so, in short, we'll allow allowed people to access to, f.i., http://oursite/api/employees
to get the list of all employees.
Exactly the same way we've done with PostgREST (see my Don't query your PostgreSQL db anymore, prefer PostgREST) but, this time, with an Oracle database.
And the magic will happen thanks Oracle REST Data Services aka ords.