Skip to content

Commit 029b71b

Browse files
authored
DOCSP-29645 Project Stub Page (#25)
1 parent 0715725 commit 029b71b

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

source/projects/projects.txt

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,41 @@
1+
.. _rm-projects:
2+
13
========
24
Projects
35
========
46

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
To interact with Relation Migrator, you use a project. A project holds
14+
configuration settings, mapping rules, and migration-specific details.
15+
Relational Migrator allows you to :ref:`import<import-project>`,
16+
:ref:`export <export-project>`, and :ref:`delete <delete-project>` projects.
17+
You can also :ref:`manage the relational model<rm-manage-relational-model>`
18+
from a project.
19+
20+
Get Started
21+
-----------
22+
23+
There are multiple options for you to create a project:
24+
25+
.. list-table::
26+
:header-rows: 1
27+
:widths: 50 50
28+
29+
* - Option
30+
- Description
31+
32+
* - :ref:`rm-create-project-live`
33+
- Provide source and destination connection details and migrate data from a live relational system.
34+
* - :ref:`create-project-schema-file`
35+
- Export a Data Definition Language (DDL) file from your relational system and import it into Relational Migrator.
36+
* - :ref:`create-project-sample-schema`
37+
- Use a predefined sample schema even if you do not have a relational system to connect to.
38+
539
.. toctree::
640
:hidden:
741
:titlesonly:
@@ -14,4 +48,4 @@ Projects
1448
/projects/import-project
1549
/projects/export-project
1650
/projects/deleting-projects
17-
/projects/renaming-projects
51+
/projects/renaming-projects

0 commit comments

Comments
 (0)