LuboTerifaj commented on code in PR #519:
URL:
https://github.com/apache/incubator-kie-kogito-docs/pull/519#discussion_r1462125722
##########
serverlessworkflow/modules/ROOT/pages/data-index/data-index-quarkus-extension.adoc:
##########
@@ -30,21 +32,32 @@ The example described in this document is based on the
link:{kogito_sw_timeouts_
The {data_index_ref} service has been designed to store and manage data from
different workflow instances.
Communication with the service is through events that contain the workflows
related data and the service is responsible for storing them and exposing a
GraphQL endpoint to allow queries and maintenance operations on the different
workflow instances.
+image::data-index/data-index-addon.png[Image of data-index as a Quarkus
Extension]
+
In specific use cases, to avoid deploying the service separately, it could be
useful to have the indexing functionality and the query capabilities embedded
in the same application.
-For this purpose, the Quarkus {data_index_ref} extension can be added to any
workflow application and incorporates the {data_index_ref} functionality into
the same application without needing an external {data_index_ref} service.
+For this purpose, the Quarkus {data_index_ref} extension can be added to any
workflow application and incorporates the full {data_index_ref} functionality
into the same application without needing an external {data_index_ref} service.
These extensions are distributed as addons ready to work with different types
of persistence:
* kogito-addons-quarkus-data-index-inmemory (inmemory PostgreSQL)
* kogito-addons-quarkus-data-index-postgresql
* kogito-addons-quarkus-data-index-infinispan
* kogito-addons-quarkus-data-index-mongodb
+With the same purpose, the Quarkus {data_index_ref} persistence extension can
be added to any workflow application and incorporates only the {data_index_ref}
indexation and data persistence functionality into the same application without
needing an external {data_index_ref} service to do that.
+These extensions are distributed as addons ready to work with different types
of persistence:
+
+* kogito-addons-quarkus-data-index-persistence-postgresql
+* kogito-addons-quarkus-data-index-persistence-infinispan
+* kogito-addons-quarkus-data-index-persistence-mongodb
Review Comment:
There are duplicate parts of text, so it might worth to reformulate the
whole section, but it is nothing critical.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]