Skip to content

Commit 499ef51

Browse files
authored
Merge pull request #11 from patrickphat/patch-1
Add new section: SQL Playground tool
2 parents a366d11 + 471d408 commit 499ef51

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ A curated list of awesome DataOps tools.
2525
- [File System](#file-system)
2626
- [Logging and Monitoring](#logging-and-monitoring)
2727
- [Metadata Service](#metadata-service)
28+
- [SQL Playground](#sql-playground)
2829
- [SQL Query Engine](#sql-query-engine)
2930
- [Resources](#resources)
3031
- [Books](#books)
@@ -247,6 +248,13 @@ A curated list of awesome DataOps tools.
247248
* [Hive Metastore](https://cwiki.apache.org/confluence/display/hive/design#Design-Metastore) - Service that stores metadata related to Apache Hive and other services.
248249
* [Metacat](https://github.com/Netflix/metacat) - Provides you information about what data you have, where it resides and how to process it.
249250

251+
## SQL Playground
252+
253+
*Tools for testing and sharing SQL snippets in mock databases.*
254+
255+
* [RunSQL](https://runsql.com/) - Free online SQL playground for MySQL, PostgreSQL, and SQL Server.
256+
* [SQLFiddle](https://sqlfiddle.com/) - Online SQL compiler for learning and practicing SQL.
257+
250258
## SQL Query Engine
251259

252260
*Tools for parallel processing SQL statements.*

0 commit comments

Comments
 (0)