Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdabir/json-sql-console
Query json like a pro
https://github.com/kdabir/json-sql-console
ace-editor alasql console hacktoberfest hacktoberfest2021 json query react sql
Last synced: 3 months ago
JSON representation
Query json like a pro
- Host: GitHub
- URL: https://github.com/kdabir/json-sql-console
- Owner: kdabir
- Created: 2017-10-15T17:45:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T07:50:37.000Z (about 2 years ago)
- Last Synced: 2024-04-15T08:06:54.101Z (9 months ago)
- Topics: ace-editor, alasql, console, hacktoberfest, hacktoberfest2021, json, query, react, sql
- Language: JavaScript
- Homepage: https://json-sql-console.netlify.app
- Size: 8.78 MB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# json-sql-console
Query json like a pro
![image](https://user-images.githubusercontent.com/735240/31587511-917b035e-b200-11e7-92e2-2428acfaf9b9.png)
> json data from https://www.sitepoint.com/colors-json-example/
Example queries:
```SQL
select color, code->hex
from ?
where type = 'primary'
``````SQL
select color, code->hex
from ?
where code->rgba->includes(255)
```## Developing
$ npm start
## Build
$ make build
## Deploy
$ make deploy
---
## About
Built using React, Ace, Alasql
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). You can find the most recent version of the guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).