Brad Lovering
12 April 2022
less than a minute read
We are excited to introduce the RelationalAI SDK for Java with APIs for our Relational Knowledge Graph Management System (RKGMS).
The rai-sdk-java
package is open source and its code can be found in this public GitHub repository. It includes self-contained examples of the main API functionality. We welcome contributions and pull requests.
The RelationalAI SDK for Java is a standalone library that can be easily installed from our public repository as follows:
git clone https://github.com/RelationalAI/rai-sdk-java
cd rai-sdk-java
mvn install
For more information about getting started with the SDK, refer to our RelationalAI SDK for Java guide. There you’ll find documentation describing configuration details and APIs covering:
The rai-sdk-java
package requires Java 11.0.10 or later.
We are excited to announce the support of varargs in Rel. You can use varargs to write more general code that works for multiple arities. Varargs can be useful when writing generic relations for common utilities.
Read MoreValue types help distinguish between different kinds of values, even though the underlying representation may be identical. Value types can be used to define other value types.
Read MoreRelationalAI's full suite of SDKs provides access to API endpoints which allow you to track long-running transactions in our Relational Knowledge Graph Management System (RKGMS). This is more reliable for long-running transactions, allows transactions to be canceled, and keeps a log of transactions that you can inspect either while they're running or at a later time.
Read More