-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
113 lines (102 loc) · 5.12 KB
/
index.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
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<table style="width:100%">
<tr>
<td>
<h1>NodeRED dominodb Nodes</h1>
<h2>Documentation and Examples</h2>
</td>
<td>
<img src="./img/domino10.png">
</td>
</tr>
</table>
<p>
This site contains the <strong>documentation</strong> and <strong>few examples</strong> for using the <strong>new NodeRED DominoDB nodes</strong>.
<br />
The nodes are publicly available <a href="https://flows.nodered.org/node/node-red-contrib-dominodb">here</a>.
<br />
These nodes wrap the new <strong>NodeJS APIs</strong> published by HCL and known as the <strong>AppDev pack</strong> and provide an easy-to-use frontend for using them.
</p>
<p>
The following items are available from this site:
<ul>
<li>
<a class="btn btn-primary btn-lg" style="color: #FEC70B; background-color: black" href="{{ "/docs/fullDoc-Intro/" | prepend: site.baseurl }}" role="button">Programming Guide</a></p>
</li>
<li>
<a class="btn btn-primary btn-lg" style="color: #FEC70B; background-color: black" href="{{ "/docs/article-Intro/" | prepend: site.baseurl }}" role="button">Launch Article</a></p>
</li>
<li>
<a class="btn btn-primary btn-lg" style="color: #FEC70B; background-color: black" href="{{ "/docs/envSetup/" | prepend: site.baseurl }}" role="button">Environment Setup</a></p>
</li>
</ul>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-10">
<h2 class="header-light regular-pad">The dominodb AppDev Pack</h2>
<blockquote>
<p>
This module provides a promise based JavaScript interface for accessing data in
a Domino database. It uses the gRPC protocol to create, read, update and delete
database objects. It uses the Domino Query Facility (DQF) to perform bulk
operations on all documents matching a query, thereby reducing transactions and
resulting in improved performance. The DominoDB module requires the Proton
add-in on your Domino server.
</p>
</blockquote>
<br>
<p>Related articles by the same author(s):</p>
<!-- <p><a href="https://dprosper.github.io/ibm-connections-graphql/">IBM Connections GraphQL API Project</a></p> -->
<br>
<br>
<h6>Note:</h6>This website uses cookies and similar technologies for functionality and other purposes including to help us improve, promote, and protect our services. Your use of this website constitutes your acceptance of cookies.
</div>
<div class="col-md-2 text-center">
<!-- <img src="img/jekyll-dark.png" alt="" class="img-responsive"> -->
</div>
</div>
<hr>
<!-- <div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-line-chart" aria-hidden="true"></i></h1>
<h3 class="text-center">Increase employee productivity</h3>
<p>Establish a dynamic digital workplace for customized news and content. Reduce time spent searching for information and resources.
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
<h3 class="text-center">Customize for improved engagement</h3>
<p>Tune information based on role, business unit and location. Display relevant content for specific audiences.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center">
<i class="fa fa-users" aria-hidden="true"></i>
</h1>
<h3 class="text-center">Empower employees as content creators</h3>
<p>Enable employees to create, manage, curate and maintain content with an intuitive interface.</p>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center">
<i class="fa fa-long-arrow-down" aria-hidden="true"></i>
<i class="fa fa-money" aria-hidden="true"></i>
</h1>
<h3 class="text-center">Reduce development costs and time</h3>
<p>Drag and drop using widgets. Integrate content with ATOM, RSS feeds, IFrame, web clipping. Deploy in hours.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center">
<i class="fa fa-database" aria-hidden="true"></i>
</h1>
<h3 class="text-center">Ease administration</h3>
<p>Eliminate fragmentation, redundancy, inconsistency and governance problems with a single content store.</p>
</div>
</div> -->
</div>