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 clone
https://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:
ServerPipeline StepsSequence PipelineLast updated