Note This repository is not used anymore. The current groovy code is here: https://git-wip-us.apache.org/repos/asf?p=groovy.git You can access it via this git URL: git://git.apache.org/groovy.git
Note To contribute pull requests use the Apache Github mirror for the Groovy project: https://github.com/apache/groovy
Auto-generated architecture diagram. See
docs/context-map.mdfor the full context map (core application, containers/cloud, and database connections).
flowchart TD
User([User / Client])
App["groovy-core"]
DB0[("MySQL / MariaDB")]
Deploy["GKE / Kubernetes"]
User --> App
App --> DB0
App -.deploy.-> Deploy