# Node-red-contrib-socrata v0.0.7 updated

**URL:** https://discourse.nodered.org/t/node-red-contrib-socrata-v0-0-7-updated/3810
**Category:** Share Your Nodes
**Created:** [9 October 2018 04:43 UTC](https://discourse.nodered.org/t/node-red-contrib-socrata-v0-0-7-updated/3810 "2018-10-09T04:43:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![chuank](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/chuank/32/1288_2.png) [@chuank](https://discourse.nodered.org/u/chuank)
#### Post date: [9 October 2018 04:43 UTC](https://discourse.nodered.org/t/node-red-contrib-socrata-v0-0-7-updated/3810/1 "2018-10-09T04:43:02Z")

</div>

# node-red-contrib-socrata

updated to v0.0.7

> **[node-red-contrib-socrata](https://flows.nodered.org/node/node-red-contrib-socrata)**
>
> Node-RED node to connect to Socrata Open Data API endpoints. Provides a convenient node to easily create and test SoQL queries.

for changelog and other details, please refer to the github repo:

> **[chuank/node-red-contrib-socrata](https://github.com/chuank/node-red-contrib-socrata)**
>
> Node-RED node to connect to Socrata Open Data API endpoints. Provides a convenient node to easily create and test SoQL queries. - chuank/node-red-contrib-socrata

[**Socrata**](https://socrata.com/) is an open data service often used by the government sector in providing public data online. This node simplifies the connection to any Socrata API endpoint and also allows SoQL (Socrata Query Language) to be written in the node as JSON.

A _Test Query_ button in this node also makes it easier to test out your SoQL queries without constantly re-deploying your flows.

The node provides two discrete outputs – a JSON object containing the results, and a row count of the results, which may be useful for iterating through the result set

For more information on the **Socrata API** : [https://dev.socrata.com/](https://dev.socrata.com/)

Like [node-red-contrib-particle](https://discourse.nodered.org/t/node-red-contrib-particle-v0-1-2-updated/3809), I reckon this node has gone through sufficient rounds of tests in my classrooms for me to post this belated release announcement here 🙂

Cheers
