evitaDB is a specialized database with an easy-to-use API for e-commerce systems. It is a low-latency NoSQL in-memory engine that handles all the complex tasks that e-commerce systems have to deal with on a daily basis. evitaDB is expected to act as a fast secondary lookup/search index used by front stores.
This PR exchanges original combined Undertow + Netty implementation for Armeria web server built on top of Netty and can power up all our APIs - gRPC, GraphQL, REST and also adds new features such as gRPC/web and gRPC documentation. More details are described in upcoming blog post.
This PR exchanges original combined Undertow + Netty implementation for Armeria web server built on top of Netty and can power up all our APIs - gRPC, GraphQL, REST and also adds new features such as gRPC/web and gRPC documentation. More details are described in upcoming blog post.