New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/moveaxlab/oracle-db-job-queue

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/moveaxlab/oracle-db-job-queue

  • v0.0.0-20240507143800-b02794fe615e
  • Source
  • Go
  • Socket score

Version published
Created
Source

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

FAQs

Package last updated on 07 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc