File tree Expand file tree Collapse file tree 3 files changed +46
-0
lines changed Expand file tree Collapse file tree 3 files changed +46
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,13 @@ rules.
34
34
The relational view is unaffected by mapping rules, and only changes
35
35
when you update your project's data model.
36
36
37
+ .. tip::
38
+
39
+ You can also use `Hackolade <https://hackolade.com/>`__ to
40
+ visualize your schemas.
41
+
42
+ .. include:: /includes/fact-hackolade-integration.rst
43
+
37
44
Get Started
38
45
-----------
39
46
Original file line number Diff line number Diff line change
1
+ Hackolade is a visual data modeling tool. You can explore
2
+ schemas in Hackolade by importing a Relational Migrator
3
+ .relmig file. For details, see `the Hackolade help article
4
+ <https://hackolade.com/help/MongoDBRelationalMigrator.html?utm_source=mongodb&utm_medium=referral&utm_campaign=relmig> `__.
Original file line number Diff line number Diff line change @@ -10,6 +10,41 @@ Release Notes
10
10
:depth: 1
11
11
:class: twocols
12
12
13
+ 1.3.4 Changelog
14
+ ---------------
15
+
16
+ *Released December 11, 2023*
17
+
18
+ Improvements:
19
+
20
+ - Improved SQL query conversion quality for the Query Converter
21
+ (private preview). For details on how to join the Query Converter
22
+ early access program, see :ref:`rm-query-converter`.
23
+ - Improved application performance through expanded use of available
24
+ memory in suitable server environments.
25
+
26
+ New features:
27
+
28
+ - `Sybase ASE database
29
+ <https://www.sap.com/products/acquired-brands/what-is-sybase.html>`__
30
+ support is now available for one-time snapshot sync jobs and
31
+ stored procedure conversion.
32
+ - `Confluent-hosted Kafka support <https://www.confluent.io/>`__
33
+ for participants in the Kafka early access program. This release
34
+ adds prebuilt support for connecting to a Kafka cluster managed by
35
+ the Confluent hosting provider.
36
+
37
+ .. note::
38
+
39
+ Kafka is an open-source platform for distributed,
40
+ high-availability workloads. To gain access to Relation Migrator
41
+ with Kafka support, contact your MongoDB account team to sign up
42
+ for the Kafka Early Access Program.
43
+
44
+ - Integration supported with `Hackolade <https://hackolade.com/>`__.
45
+
46
+ .. include:: /includes/fact-hackolade-integration.rst
47
+
13
48
1.3.3 Changelog
14
49
---------------
15
50
You can’t perform that action at this time.
0 commit comments