Skip to content

Step 6 Verify The Database Data

EklektikArtist edited this page Mar 11, 2016 · 1 revision
  1. Navigate to localhost:5984/_utils/
  2. Click on alignments
  3. Select one of the data documents
  4. Verify that there are 4 fields: _id, _rev, maps, and src. The first two fields should contain hexadecimal hashes; the src field should contain a single word; and the maps field should contain a list of paired words and numbers
  5. Navigate back to alignments
  6. In the top right hand corner, click on the dropdown View menu and select alignments_by_srcWord
  7. Verify that this produces a series of key-value pairs that have a string as the key and a list of paired strings and numbers as the value