Skip to content

Commit

Permalink
Update connector metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ince committed Oct 9, 2023
1 parent 59bac57 commit 57107b9
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions kafka-connect-neo4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
<kafka.connect.utils.version>0.7.177</kafka.connect.utils.version>
<google.guava.version>32.1.2-jre</google.guava.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<connector.title>Neo4j Connector for Confluent</connector.title>
<connector.summary>
<![CDATA[Support, including for Custom Connectors in Confluent Cloud, through <a href=\"https://neo4j.com/\">Neo4j</a>]]>
</connector.summary>
</properties>

<repositories>
Expand Down Expand Up @@ -119,12 +123,15 @@
<ownerType>organization</ownerType>
<ownerName>Neo4j, Inc.</ownerName>
<ownerUrl>https://neo4j.com/</ownerUrl>
<title>Neo4j Connector</title>
<title>${connector.title}</title>
<documentationUrl>https://neo4j.com/docs/kafka/quickstart-connect/</documentationUrl>
<description>It's a basic Apache Kafka Connect Neo4j Connector which allows moving data from Kafka topics into Neo4j via Cypher templated queries and vice versa.</description>
<description>The connector runs on Apache Kafka Connect Clusters to sink data in Kafka
topics into Neo4j and Aura databases and can use Neo4j/Aura as a source for Kafka topics
via Cypher queries.
</description>
<logo>assets/neo4j-logo.png</logo>
<supportSummary><![CDATA[Support through <a href="https://neo4j.com/">Neo4j</a>]]></supportSummary>
<sourceUrl>https://github.com/neo4j-contrib/neo4j-streams/tree/master/kafka-connect-neo4j</sourceUrl>
<supportSummary>${connector.summary}</supportSummary>
<sourceUrl>https://github.com/neo4j-contrib/neo4j-streams/tree/5.0</sourceUrl>
<supportUrl>${project.issueManagement.url}</supportUrl>
<confluentControlCenterIntegration>true</confluentControlCenterIntegration>
<tags>
Expand Down Expand Up @@ -157,6 +164,12 @@
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<connector.title>Neo4j Connector for Apache Kafka</connector.title>
<connector.summary>
<![CDATA[Support, through <a href=\"https://neo4j.com/\">Neo4j</a>]]>
</connector.summary>
</properties>
</profile>
</profiles>

Expand Down

0 comments on commit 57107b9

Please sign in to comment.