Skip to content

A transactional job queue implementation with Oracle DB.

Notifications You must be signed in to change notification settings

moveaxlab/oracle-db-job-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oracle DB Job Queue

This repo contains an example implementation of a transactional job queue using Oracle DB.

Running against Oracle Cloud

  1. Retrieve the suggested connection string from Oracle Cloud
  2. Forward a proxy to the Oracle DB instance with something like kubectl port-forward adb-proxy 1521 --address 0.0.0.0
  3. Set the connectString inside the NewOracleQueue function to the one suggested by Oracle Cloud, changing the host to your machine IP (if you ran the forward from outside the dev container)
  4. Update the user and password values inside the NewOracleQueue function

About

A transactional job queue implementation with Oracle DB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages