An overview of how the Optimaize PII Platform is built, and how it is deployed.
At Optimaize, we use proven and well-established open-source software, and contribute to it. Our customers benefit from high industry standards and continuity, while we focus our development efforts on building core functionalities on top of it, such as name parsing and name matching.
Optimaize operates its own cloud clusters, for the self-service platform, and for dedicated customer setups. The stack also runs on-premise managed by customers, either on dedicated hardware, or in the public cloud, including Amazon AWS and Microsoft Azure.
Architecture
Microservices architecture, independent components that communicate with each other through REST.
To the outside: JSON REST web service endpoints. Documented with OpenAPI.
Deployment
On Kubernetes K8s, or with Docker.
In your private cloud. Also works on Amazon AWS, and Microsoft Azure.
Technology
Written in Java, using the LTS version of the JDK, currently 21.
Built on top of industry standard open source software.
SearchCluster uses OpenSearch (continuation of Elasticsearch) as data store.