Boosting Jira Cloud app development with Apache Ignite
Suppose you need to implement a Jira Cloud app with a backend written in Java that should be capable of executing both long-running calculation-heavy issue processing jobs and lightweight requests from different Jira users in parallel. And suppose that this backend needs a data persistence layer with the following properties:
- integrates with Java natively
- highly available and horizontally scalable
- fault-tolerant and distributed
- supports distributed ACID transactions
- provides data persistence on disk
- supports SQL for distributed data
- supports in-memory data storage
- can be used for caching, preferably via JCache API
- supports user-defined distributed jobs
- provides automatic failover both for connections to database and for distributed jobs
- provides Transparent Data Encryption for safety reasons
- supports native configurations for deployment in Kubernetes
- free and open-source
- has an optional paid technical support
Sure enough you came across some of these requirements in your projects but what if you need to fulfill all of them at the same time? Read our new article Boosting Jira Cloud app development with Apache Ignite to find out the answer!