Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kmelve committed Jul 10, 2019
0 parents commit eff0f11
Show file tree
Hide file tree
Showing 20 changed files with 6,451 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
node_modules
.env
3 changes: 3 additions & 0 deletions .netlify/state.json
@@ -0,0 +1,3 @@
{
"siteId": "0e34ccec-991e-44d2-92d8-8c24580793f0"
}
31 changes: 31 additions & 0 deletions README.md
@@ -0,0 +1,31 @@
# GROQ
[Specification for GROQ - (**G**raph-**R**elational **O**bject **Q**ueries)](https://sanity-io.github.io/GROQ/)

This is a working draft. We will open this repository for contributions some time in the future.

Read the [announcement blog post](https://www.sanity.io/blog/we-re-open-sourcing-groq-a-query-language-for-json-documents), and the [getting started guide](https://www.sanity.io/docs/data-store/how-queries-work).

## Resources

[GROQ-js](https://github.com/sanity-io/groq-js)

> JavaScript implementation of GROQ.
[GROQ-CLI](https://github.com/sanity-io/groq-cli)

> Run GROQ queries on files and URLs in the command line,
[GROQ tagged template literal](https://www.npmjs.com/package/groq)

>This module exports a single function that can be called with an ES2015 template string to signal that it represents a GROQ-query.
### Syntax highlighting

- [VS Code](https://github.com/sanity-io/vscode-sanity)
- [Sublime Text](https://github.com/alevroub/groq-syntax-highlighting)

---

This specification is published with [spec-md](https://spec-md.com).

Copyright © 2015–present, Sanity, Inc.
2 changes: 2 additions & 0 deletions _headers
@@ -0,0 +1,2 @@
/*
Basic-Auth: filter:projection
Empty file added docs/.gitkeep
Empty file.

0 comments on commit eff0f11

Please sign in to comment.