Questions tagged [miso.dataset]

Miso.Dataset is a JavaScript client-side data transformation and management library.

Dataset is a JavaScript client-side data transformation and management library. Dataset makes managing client-side data easy by handling loading, parsing, sorting, querying & manipulating data from all sorts of sources

The web site for the project can be found here: http://misoproject.com/dataset/

4 questions
1
vote
1 answer

Google Spreadsheet not accessible from miso dataset or tabletop

I recently asked this question about why my google spreadsheet data wasnt being called, even though the example one worked Using Google Spreadsheet as JSON file using tabletop to datatables returns error I tried a completely different library as I…
bboybeatle
  • 549
  • 1
  • 8
  • 28
0
votes
1 answer

Read data from Google sheets with Miso

I inherited maintaining a site that uses the Miso Project to read data from a google spreadsheet. However, it currently isn't connecting. It seems the Miso Project documentation page is no longer up. Does anyone have a copy of the documentation or…
JMers
  • 175
  • 8
0
votes
3 answers

Query Google Spreadsheet with Miso Dataset or other JS library?

I would like to use a Google Spreadsheet as a simple database. Can I query for specific cells using Miso Dataset or another JavaScript library? I have seen Tabletop.js but I can't get the query part to work. (It fetches the full sheet or nothing…
dani
  • 4,880
  • 8
  • 55
  • 95
0
votes
1 answer

How can I switch from manually populated array to one from Miso Dataset (JSON)

Here is the current manually populated array that I'm trying to replace with a MiSO dataset: var stream = new Array(); stream [0] = "life"; stream [0] = "time"; I want to replace that with a dataset that will automatically populate it. Here is…
user1452893
  • 838
  • 1
  • 11
  • 29