Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addingcdcinfo #42

Closed
wants to merge 9 commits into from
16 changes: 11 additions & 5 deletions modules/ROOT/pages/getting-started/enrichment-mode.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,22 @@ For more details on the output schema see xref:procedures/output-schema.adoc[].

== Modifying enrichment mode

=== Creating a database with log enrichment enabled

This provides a way to bootstrap a new database with log enrichment set as `FULL`.
For `DIFF` log enrichment mode, replace `FULL` with `DIFF`.

[NOTE]
====
Note that default log enrichment mode is `OFF` and change data capture is disabled until it is set as `DIFF` or `FULL`.
====

=== Modifying log enrichment mode from within the Aura Console

View an instance's current log enrichment mode by clicking on an instance in the Aura Console dashboard.

For more information on performing a restore in Aura with log enrichment mode enabled see link:{neo4j-docs-base-uri}/auradb/change-data-capture/overview[AuraDB -> Change Data Capture (CDC)].

=== Creating a database with log enrichment enabled using Neo4j DBMS

This provides a way to bootstrap a new database with log enrichment set as `FULL`.
For `DIFF` log enrichment mode, replace `FULL` with `DIFF`.

.Query
[source, cypher]
----
Expand Down
Loading