dstorejs.io Open in urlscan Pro
138.68.3.74  Public Scan

Submitted URL: https://dstorejs.com/
Effective URL: https://dstorejs.io/
Submission: On December 06 via api from US — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

Menu
 * Docs
 * Tutorials
 * Download
 * SitePen


TAME YOUR APPLICATION’S DATA.

MANAGE CLIENT-SIDE DATA USING AN ELEGANT, EXPRESSIVE DATA FRAMEWORK PROVIDING
CONSISTENT APIS AND MULTIPLE DEFAULT STORE TYPES.

store.filter({ foo: 'bar' })
    .sort({
        property: 'baz',
        descending: true
    })
    .forEach(function (object) {
        console.log(object);
    });
		


STORES. QUERIES. COLLECTIONS.

STOP LETTING YOUR CLIENT-SIDE DATA ROAM FREE. STORES ARE YOUR DATA SOURCE.
ACCESS IT THROUGH COLLECTIONS, A SIMPLE, STRUCTURED FOUNDATION FOR YOUR UI.

CONSISTENT API

The API stays consistent regardless of what type of store you're using. It's all
Promises/A, baby.

DEFAULT STORES

Several store types are included by default: in-memory, RESTful, read-only,
cacheable, and trackable.

MODULAR COMPONENTS

A modular AMD architecture makes dstore components a breeze to use in any
application.

MODELS

dstore supports models. Use models based on dmodel or provide your own, and
dstore will provide model objects in your query results.

HELPFUL TUTORIALS

We've written several detailed tutorials to help you get started quickly and
we're always writing more.

OPEN SOURCE

dstore is New BSD licensed and is a JS Foundation project.


LATEST DOWNLOAD

Grab the latest archived dstore release below or head to GitHub to check out the
repository. Dstore is also available via most major package managers.

archive
github

USEFUL LINKS

Documentation Tutorials Stack Overflow Issue Tracker GitHub

NEED HELP?

DON’T STRESS IF YOU GET STUCK AND NEED A LITTLE ASSISTANCE. FREE,
COMMUNITY-PROVIDED DSTORE SUPPORT IS ALWAYS AVAILABLE. SITEPEN ALSO OFFERS
COMMERCIAL SUPPORT FOR DSTORE IF YOU NEED A LITTLE EXTRA TLC.

A SitePen Product
© 2014 SitePen Inc.