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: README_Notebook.md
+32-1Lines changed: 32 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,40 @@ The notebook should work as a standalone plugin, you just need to put the folder
35
35
36
36
The Old API was used due to the documentation was more thorought.
37
37
38
-
#How to use it:
38
+
## How to use it:
39
39
Click on the create menu button at the left top corner of the creen and create a notebook object.
40
40
After you saved it you can start to create new entries, either clicking inside of the drag area or dragging an especific object to a new entry or an entry already created.
41
41
42
42
Once you have created the snapshot of the object, you can make annotations over it. Also you can create whichever snapshots per entry as you consider,
43
43
44
+
## CouchDB Persistence storage
45
+
46
+
Open MCT is packaged along with a few general-purpose plugins among them the CouchDB plugin:
47
+
48
+
*`openmct.plugins.CouchDB` is an adapter for using CouchDB for persistence
49
+
of user-created objects. This is a constructor that takes the URL for the
You can install and host your DB or use services like cloudant https://www.ibm.com/cloud/cloudant.com
55
+
56
+
To manage the DB you can use tools like Fauxton: http://couchdb.apache.org/fauxton-visual-guide/, it commonly comes bundled with CouchDB installation.
57
+
58
+
To avoid Cross-Origin Resource Sharing (CORS) on remote servers connections please config your CORS settings and add your domain. For instance on Cloudant:
0 commit comments