{"repo":"skaiworldwide-oss/agensgraph-jdbc","free":true,"listed":false,"github":"https://github.com/skaiworldwide-oss/agensgraph-jdbc","clone":"git clone https://github.com/skaiworldwide-oss/agensgraph-jdbc.git","description":"A Java driver for AgensGraph Multi-Model Database","language":"Java","stars":19,"topics":["genai","graph-database","graphdb","multi-model-database","nosql","postgresql"],"license":null,"category":"databases-storage","readme_excerpt":"AgensGraph JDBC Driver Introduction ## AgensGraph JDBC Driver is based on PostgreSQL JDBC Driver and offers additional features to handle graph data. Thus, when users develop Java applications, there is little difference between using the API of AgensGraph JDBC Driver and PostgreSQL JDBC Driver. The only difference is that AgensGraph uses Cypher query language instead of SQL and utilizes graph data as data types such as Vertex , Edge and Path . Usage of Java Driver ## This section shows how to use AgensGraph JDBC Driver through examples. Get the Driver ### You can download the precompiled driver(jar) from bitnine.net/downloads or use maven as follows. Gradle #### Maven #### You may search the latest version on The Central Repository with GroupId and ArtifactId Connection ### It requires two strings to connect AgensGraph using the driver like other JDBC drivers do. These are the name of the driver class and a connection string. The name of the driver class is net.bitnine.agensgraph.Driver . A connection string consists of sub-protocol, server, port, and database. jdbc:agensgraph:// is a sub-protocal to use AgensGraph JDBC driver. The format of a connection string is jdbc:agensgraph://server:port/database . The following is an example to connect AgensGraph. Retrieving Data ### The following is an example of retrieving graph data using MATCH clause. The result of the query is vertex type in AgensGraph. You can get the result as a Vertex object and get properties in it. Creating ","default_branch":null,"files":null,"tree":[],"storefront":"/r/skaiworldwide-oss","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/skaiworldwide-oss/agensgraph-jdbc/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}