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
<pclass="type_copy">In your application, you may not want to present the results as a table. No problem, you can present the results however you see fit. <aclass="type_link" href="https://console.ng.bluemix.net/data/discovery/fullservice/cloudant-nosql-db/resources" target="_blank">See the Resources tab in the Bluemix catalog</a> for an example.</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