-
Notifications
You must be signed in to change notification settings - Fork 3
/
solutions.html
155 lines (116 loc) · 6.36 KB
/
solutions.html
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
---
---
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; URL=https://connexta.com/">
<title>Connexta: Solutions </title>
{% include head.html %}
</head>
<body>
<div class="content-wrap">
{% include header.html %}
<section class="graphic-title-heading solutions-graphic-heading medium">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>Proven Solutions</h1>
<h3 style="color:white">Securely integrate systems to create knowledge</h3>
</div>
</div>
</div>
</section>
<section class="solutions-wrap medium white">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Products</h2>
</div>
<div class="col-md-12 products-wrap">
<div class="products">
<div class="product">
<div class="product-logo">
<img src="images/logo-ddf2.png" alt="Distributed Data Framework (DDF)" title="Distributed Data Framework (DDF)" >
</div>
<div class="product-description">
<h3>Distributed Data Framework (DDF)</h3>
<p class="no-bottom-margin">DDF is an open source, extensible data integration and content management framework. DDF provides a content management system and internal metadata catalog for publishing and indexing metadata. DDF enables complex queries including geospatial, temporal, contextual, faceted, and Boolean logic. The DDF architecture is built from the ground up around security and flexibility. DDF deployments promote collaborative use of discovered data by analysts to produce enhanced Intelligence, Surveillance, and Reconnaissance products. </p>
</div>
</div>
<div class="product">
<div class="product-logo">
<img src="images/logo-alliance2.png" alt="Alliance" title="Alliance" >
</div>
<div class="product-description">
<h3>Alliance</h3>
<p class="no-bottom-margin">Alliance is an Open Source software tool for ISR data sharing and discovery. Alliance extends DDF’s ISR capabilities. Alliance integrates out-of-the-box with many popular ISR data formats and Service interfaces. Extensions include international standards support and provide interoperability with the Coalition Shared Dataserver. The tools have received feedback all Services across the DoD and U.S. Coalition partners including the UK and Australia.</p>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="margin-bottom: 25px;">
<div class="col-md-12">
<div class="gray" style="padding: 20px;">
<h2>Connexta Enterprise Agreement</h2>
<p>A Connexta Enterprise Agreement subscription provides the services needed to
operate DDF and Alliance-based systems reliably and securely in your mission critical environment. More than a software package, an Enterprise Agreement unlocks direct access to engineering expertise, security updates, and support tools unavailable elsewhere. The four subscription tiers are designed to address individual enterprise requirements. The tiers differ with the number of sensors and users and integration requirements.
</p>
<div class="feature-wrap">
<div class="feature">
<i class="fa fa-code"></i>
<h3>Integration Support</h3>
<p>Includes a team(s) dedicated to the integration of DDF and Alliance in your organization for strategic and enterprise nodes.</p>
</div>
<div class="feature">
<i class="fa fa-power-off"></i>
<h3>On-Site Support</h3>
<p>Includes engineers dispatched to your site to assist with installation, configuration, and administration.</p>
</div>
<div class="feature">
<i class="fa fa-users"></i>
<h3>Technical Support</h3>
<p>Includes 24/7 availability, unlimited incidents, and phone, email, and online collaboration.</p>
</div>
<div class="feature">
<i class="fa fa-rss"></i>
<h3> Continuous Delivery</h3>
<p>Always get critical updates including patches, bug fixes, and security updates.</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="gray" style="padding: 20px;">
<H2>Connexta Enterprise Agreement Subscription Tiers</H2>
<p>The advantage of DDF and Alliance have been demonstrated over 5 years of deployment in operational environments. The extensive use of DDF has resulted in a stable baseline with continual improvements contributed from multiple organizations thereby lowering the overall cost</p>
<div class="tier-wrap">
<div class="tier">
<h3>Tactical Node</h3>
<p>Affords access to sources that have the potential to immediately influence tactical decisions. The Enterprise Agreement addressing the tactical tier is tailored to accommodate the reduced number of sources and users. </p>
</div>
<div class="tier">
<h3>Operational Node </h3>
<p>Delivers decision-makers with the information needed to prioritize daily work schedules, build teams, and collaborate with outside organizations. The Enterprise Agreement addressing the operational tier is tailored to address the diversity of sources and users required for planning. </p>
</div>
<div class="tier">
<h3>Strategic Node</h3>
<p>Produces integrated intelligence products that are critically important to building support for the resources needed to address a complex mission. The strategic tier requires greater capacity for coordination and collaboration with external organizations. The Enterprise Agreement at the strategic tier is tailored to accommodate a greater number of sources and users and includes collaboration tools to produce an executive view. </p>
</div>
<div class="tier">
<h3>Enterprise Node</h3>
<p class="no-bottom-margin">Provides the capacity and capability to discover and analyze data across the broadest number of sources and to coordinate with the largest number of users. The Enterprise Agreement for the enterprise tier includes an increased estimate for on-site support to address the diversity of sources and uses. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- include solutions-contact-form.html %} -->
{% include footer.html %}
</div><!-- /content-wrap -->
</body>
</html>