-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (48 loc) · 2.64 KB
/
index.html
File metadata and controls
62 lines (48 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<title>CDO Model Repository</title>
<meta name="keywords" content="modeling,emf,cdo,model,repository,database" />
<link rel="preconnect stylesheet" href="cdo.css" />
<script src="modeling.js"></script>
<script src="cdo.js"></script>
</head>
<body>
<div data-generate="generateDefaultBreadcrumb(this)">
<span>CDO</span>
</div>
<div data-generate="generateDefaults(this)">
</div>
<main>
<img class="banner" src="images/banner.jpg" />
<p class="center">
<a class="button button-download" href="https://download.eclipse.org/modeling/emf/cdo/updates/downloads.html">Downloads</a>
<a class="button button-neutral" href="https://download.eclipse.org/modeling/emf/cdo/updates/documentation.html">Documentation</a>
</p>
<h3 class="center"><b>The CDO Model Repository provides a flexible and scalable solution for managing models and data in complex applications.</b></h3>
<p class="center"><img class="image-block" src="images/cdo-overview.png" /></p class="center">
<h3>Key Features</h3>
<ul>
<li><b>Model Management</b>: CDO enables the storage, management, and versioning of models and data in a central repository.</li>
<li><b>Database Integration</b>: CDO supports various databases such as relational databases, NoSQL databases, and in-memory databases.</li>
<li><b>Transaction Management</b>: CDO provides transaction management features to ensure data consistency and integrity.</li>
<li><b>Scalability</b>: CDO is designed to manage and scale large amounts of data and models.</li>
</ul>
<h3>Use Cases</h3>
<ul>
<li><b>Model-Driven Software Development</b>: CDO can be used in model-driven software development processes to manage and version models and data.</li>
<li><b>Data Integration</b>: CDO can be used to integrate data from various sources and manage it in a central repository.</li>
<li><b>Knowledge Management</b>: CDO can be used to store and manage knowledge and models in a central repository.</li>
<li><b>Industrial and Research Applications</b>: CDO can be used in various industries such as automotive, aerospace,
finance, and research institutions to manage complex data and models.</li>
</ul>
<p class="center">
<a class="button button-download" href="https://download.eclipse.org/modeling/emf/cdo/updates/downloads.html">Downloads</a>
<a class="button button-neutral" href="https://download.eclipse.org/modeling/emf/cdo/updates/documentation.html">Documentation</a>
</p>
</main>
</body>
<script>
generate();
</script>
</html>