Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Standalone data backend for fetching cartodb data with elastic-search-like syntax

Notifications You must be signed in to change notification settings

NuCivic/cartodb-es6-data-backend

Repository files navigation

CSV Backend for es6

Fetch and query cartodb data from using elastic-search-like syntax.

Quickstart

npm install cartodb-es6-data-backend

  import Cartodb from 'cartodb-es6-data-backend';

  const config = {
    user: 'username',
    table: 'table.name'
  }

  Cartodb.fetch(config)
    .then(data => {
      // use your data wisely
    })
    .catch(e => {
      // handle exception
    });

About

Standalone data backend for fetching cartodb data with elastic-search-like syntax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published