wick3d posted to #ajatus:

wick3d

To get bunch of data to your database try the new doc generator. $.ajatus.utils.doc_generator. Examle in ajatus.core:627-628

1 year, 6 months ago.

3 comments so far

  • wick3d

    Simple example: (Create 200 documents with prefix of "notes" with default options and save them to database)

    $.jqCouch.connection('doc').bulksave($.ajatus.preferences.client.contentdatabase, $.ajatus.utils.doc_generator('notes', 200));

    1 year, 6 months ago by wick3d

  • bergie

    Cool. How's performance with thousands of entries?

    1 year, 6 months ago by bergie

Sign in to add a comment