snpgroup/glue-gateway

By snpgroup

Updated 9 months ago

The official build of Glue Gateway, an on-prem component for Glue Cloud solution.

Image
Networking
Data science
0

1.5K

snpgroup/glue-gateway repository overview

What is SNP Glue Cloud Gateway?

SNP Glue Cloud Gateway is a lightweight, secure, and scalable bridge between on-premise systems (SAP, databases) and Glue Cloud. It enables encrypted data transfer using TLS, ensuring compliance with enterprise security standards. The Gateway operates with a firewall-friendly architecture, initiating outbound-only connections, eliminating the need for open inbound ports. It supports SAP JCO/RFC-based data extraction, facilitating real-time and batch replication of SAP and non-SAP data. Deployable as a Docker container, it allows for fast setup and automated scaling, ensuring low-latency data movement.

Usage Example
docker run -d --name glue-gateway \
  -e GLUE_CLOUD_HOST=your-snpglue.cloud \
  -e GLUE_CLOUD_TOKEN=your-auth-token \
  -e LOG_LEVEL=info \
  snpgroup/glue-gateway:latest
Environment Variables
Variable NameDescriptionDefault
GLUE_CLOUD_HOSTGlue Cloud endpoint URLRequired
GLUE_CLOUD_TOKENAuthentication token for Glue CloudRequired
TLS_ENABLEDEnables/disables TLS encryption (true/false)true
LOG_LEVELLogging level (debug, info, warn, error)info
Monitoring & Logs

View real-time logs with:

docker logs -f glue-gateway

Check container status:

docker ps -a | grep glue-gateway

Stop the Gateway:

docker stop glue-gateway && docker rm glue-gateway

Tag summary

Content type

Image

Digest

sha256:977b92ea1

Size

145.8 MB

Last updated

9 months ago

docker pull snpgroup/glue-gateway:v1.2.7