Java

Example of Konduit-Serving with Java SDK

In this example, you'll create a configuration and deploy a server via Konduit-Serving. These basic can be used to replicate on other platforms with the same process to demonstrate in advance of Konduit-Serving. Let's look at the examples!

You can get the java examples by cloning from the repository:

$ git clonehttps://github.com/KonduitAI/konduit-serving-examples

If using the IntelliJ IDEA IDE, open the java folder as a Maven project and run the main function of example class.

Here are the articles in this section:

Last updated