-
Notifications
You must be signed in to change notification settings - Fork 1
PadoGrid Addon Jars
The PadoGrid distribution includes addon jar files for the supported data grid products. These jar files are found in the respective product lib
directory as follows:
cd $PADOGRID_HOME
tree -L 2 */lib
Output:
geode/lib
└── geode-addon-core-0.9.25.jar
hazelcast/lib
├── hazelcast-addon-common-0.9.25.jar
├── v3
│ ├── hazelcast-addon-core-3-0.9.25.jar
│ └── hazelcast-addon-jet-demo-3-0.9.25.jar
├── v4
│ ├── hazelcast-addon-core-4-0.9.25.jar
│ ├── hazelcast-addon-jet-core-4-0.9.25.jar
│ └── hazelcast-addon-jet-demo-4-0.9.25.jar
└── v5
└── hazelcast-addon-core-5-0.9.25.jar
kafka/lib
└── kafka-addon-core-0.9.25.jar
mosquitto/lib
└── padogrid-mqtt-0.9.25.jar
redis/lib
└── redisson-addon-core-0.9.25.jar
snappydata/lib
└── snappydata-addon-core-0.9.25.jar
To use the addon jar files in your apps, the following padogrid jar files are required.
cd $PADOGRID_HOME
tree -P padogrid* lib/
Output:
lib/
├── padogrid-common-0.9.25.jar
└── padogrid-tools-0.9.25.jar
❗️ Note that if you are running client apps outside the workspaces and they depend on PadoGrid addon services, then you must explicitly include these jar files in the client's class path. This explicit class path setting is not necessary for the apps running inside the workspaces, however, since PadoGrid automatically includes the addon jar files in their class path.
PadoGrid Manual
Overview
- Home
- PadoGrid in 5 Minutes
- Quick Start
- Introduction
- Bundle Catalogs
- Building PadoGrid
- Supported Data Grid Products and Downloads
- PadoGrid Components
- Installing PadoGrid
- Root Workspaces Environments (RWEs)
- Initializing PadoGrid
- Bash Auto-Completion
- Viewing PadoGrid Summaries
- Updating Products
- Upgrading PadoGrid
- Migrating Workspaces
- PadoGrid Pods
- Kubernetes
- Docker
- Apps
- Software List
Operations
- Workspace Lifecycle Management
- Creating RWE
- Creating Workspace and Starting Cluster
- Managing Workspaces
- Understanding Workspaces
- Understanding Clusters
- Running Clusters
- Default Port Numbers
- Running Clusters Independent of PadoGrid
- Running Apps
- Understanding Groups
- Running Groups
- Understanding Bundles
- User Bundle Repos
- Using Bundle Templates
- Bundle Repo Guidelines
- User Bundle Catalogs
- Private Bundle Repos
- Gitea Repos
- Running Bundles in Container
- PadoGrid Addon Jars
- Understanding PadoGrid Pods
- Tested Vagrant Boxes
- VM-Enabled Pods
- Multitenancy
- Multitenancy Best Practices
- PadoGrid Configuration Files
Tools
Platforms
Clouds
Pado
Geode/GemFire
- Geode CLASSPATH
- Geode Kubernetes
- Geode Minikube
- Geode Minikube on WSL
- Geode Docker Compose
- Geode Grafana App
- Geode
perf_test
App - Geode WAN Example
- Geode Workspaces on VMs
- Geode on AWS EC2
- Reactivating Geode Workspaces on AWS EC2
Hazelcast/Jet
- Hazelcast CLASSPATH
- Creating Jet Workspace
- Configuring Hazelcast Addon
- HQL Query
- Hazelcast Kubernetes
- Hazelcast GKE
- Hazelcast Minikube
- Hazelcast Minikube on WSL
- Hazelcast Minishift/CDK
- Hazelcast OpenShift
- Hazelcast Docker Compose
- Hazelcast Desktop App
- Hazelcast Grafana App
- Hazelcast
jet_demo
App - Hazelcast
perf_test
App - Hazelcast WAN Example
- Hazelcast Workspaces on VMs
- Hazelcast on AWS EC2
- Reactivating Hazelcast Workspaces on AWS EC2
ComputeDB/SnappyData
Coherence
Hadoop
Kafka/Confluent
Mosquitto
- Mosquitto CLASSPATH
- Mosquitto Overview
- Installing/Building Mosquitto
- Clustering MQTT
- Cluster Archetypes
- Enabling Mosquitto SSL/TLS
- Mosquitto Docker Compose
- MQTT perf_test App
Redis
Spark