You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: views/templates/about.html
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,6 @@ <h2 class="type_heading" id="toc_1"><mark class="type_mark">Is this really a ser
23
23
24
24
<pclass="type_copy">We use the Simple Search Service to power the <aclass="type_link" href="https://developer.ibm.com/clouddataservices/how-tos/#!&filter=%5B%7B%22key%22%3A%22technologies%22%2C%22value%22%3A%22Cloudant%22%7D%5D">search engine in our developer center</a>, and it's also the API that powers <aclass="type_link" href="https://console.ng.bluemix.net/data/discovery/fullservice/cloudant-nosql-db/resources">content discovery in Bluemix</a>. </p>
25
25
26
-
<pclass="type_copy">If you followed those links, you probably noticed that the content is identical. That's because the content is served from the same Cloudant database, via the same API. The Preview Search and Preview API pages of this app will show you how we used this service to do just that. </p>
<pclass="type_copy">If you have some data dumps of your own, feel free to use those. If you're new to data dumps in our required formats, start with these guides for exporting CSVs and TSVs from:</p>
19
+
<h2class="type_heading">Have data, just in the wrong format?</h2>
Node.js app running on IBM Bluemix. {link to the application for the signed in user on Bluemix}
20
+
</dd>
21
+
<dt>
22
+
<markclass="type_mark">Data</mark>
23
+
</dt>
24
+
<dd>
25
+
IBM Cloudant, running on IBM Bluemix. {link to the Cloudant dashboard and database }
26
+
</dd>
27
+
<dt>
28
+
<markclass="type_mark">Cache (optional)</mark>
29
+
</dt>
30
+
<dd>
31
+
IBM Compose Redis.
32
+
</dd>
33
+
<dt>
34
+
<markclass="type_mark">Code</mark>
35
+
</dt>
36
+
<dd>
37
+
<ahref="https://github.com/ibm-cds-labs/simple-search-service/" target="_blank" class="type_link">View the app on Github</a>. Of particular note, check out the <ahref="https://www.npmjs.com/package/csv-parse" target="_blank" class="type_link">csv-parse</a> and <ahref="https://www.npmjs.com/package/couchimport" target="_blank" class="type_link">couchimport</a> npm modules.
38
+
</dd>
39
+
</dl>
40
+
41
+
<p>
42
+
To learn more about how these things go together, check out the tutorial and the README.
43
+
</p>
44
+
45
+
</section>
46
+
47
+
48
+
<!--
49
+
50
+
===
51
+
rename file ingredients
52
+
===
53
+
54
+
Cloudant is the service.
55
+
- link to cloudant database in bluemix
56
+
57
+
the application runs on bluemix
58
+
- link to application in bluemix
59
+
60
+
couchimport is the data ingest.
61
+
- link to github repo
62
+
63
+
we automatically build search indexes based on what you choose to facet
0 commit comments