You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ A curated list of awesome DataOps tools.
25
25
-[File System](#file-system)
26
26
-[Logging and Monitoring](#logging-and-monitoring)
27
27
-[Metadata Service](#metadata-service)
28
+
-[SQL Playground](#sql-playground)
28
29
-[SQL Query Engine](#sql-query-engine)
29
30
-[Resources](#resources)
30
31
-[Books](#books)
@@ -247,6 +248,13 @@ A curated list of awesome DataOps tools.
247
248
*[Hive Metastore](https://cwiki.apache.org/confluence/display/hive/design#Design-Metastore) - Service that stores metadata related to Apache Hive and other services.
248
249
*[Metacat](https://github.com/Netflix/metacat) - Provides you information about what data you have, where it resides and how to process it.
249
250
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.
0 commit comments