d3.js, YQL, and Visual Programming - sgml/signature GitHub Wiki
SaaS
| SaaS Tool | API Exposure | Notes | Price Tier (USD) | Freemium | AWS Integration | Azure Integration | OpenShift Integration |
|---|---|---|---|---|---|---|---|
| Highcharts Cloud / Highcharts SaaS | Highcharts API exposed | Direct SaaS version of Highcharts; configure charts with native JSON options. | $49/month (basic), $99+/month (pro) | Yes | No | No | No |
| Vaadin Charts (SaaS deployments) | Highcharts API via Java API | Enterprise SaaS UI toolkit; Highcharts options accessible through Java bindings. | $1,500+/year per developer (Vaadin Pro/Enterprise) | No | Yes | Yes | Yes |
| Sisense (with Highcharts licensing) | Highcharts API for embeddables | Embeddable analytics widgets; developers can pass Highcharts config objects. | $1,000+/month (enterprise contracts vary) | No | Yes | Yes | Limited (via Kubernetes) |
| Metabase Cloud | D3 API partially exposed | Uses D3 internally; advanced users can extend/customize visualizations. | $85/month (starter), $500+/month (growth) | Yes | Yes | Yes | Yes (community builds) |
| Superset SaaS (Apache Superset hosted) | D3 API via plugin system | Superset charts are D3‑powered; developers can write custom D3 visualizations. | $99/month (starter), $499+/month (team) | Yes | Yes | Yes | Yes |
Tutorials
YQL
Diagram
+---------------------+
| Fetch Feed |
| YQL: select * |
| from rss |
| where url=... |
+---------------------+
|
v
+---------------------+
| Filter |
| YQL: select * |
| from feed |
| where title like |
| '%hello%' |
+---------------------+
|
v
+---------------------+
| Sort |
| YQL: select * |
| from feed |
| order by pubDate |
| desc |
+---------------------+
|
v
+---------------------+
| Pipe Output |
| YQL: select title, |
| link from feed |
+---------------------+
- https://en.wikipedia.org/wiki/Yahoo_Query_Language
- https://gander.wustl.edu/~wilson/store/yui/docs/yql/index.html
- https://www.cs171.org/2019/assets/instructions/lab10/cs171-lab10-yql.html
- https://snarfed.org/yql_yahoo_query_language_thoughts
- https://catencode.com/index.php/codes/YQL
References
- https://improvado.io/blog/tableau-vs-looker-vs-power-bi-vs-google-data-studio-vs-bigquery
- https://developer.yahoo.com/yql/guide/dev-external_tables.html
- http://nagiworld.net/2010/03/keeping-secrets-safe-with-yql-storage
- https://developer.yahoo.com/yql/guide/yql_execute.html
- https://developer.yahoo.com/yql/guide/response.html
- https://access.redhat.com/documentation/en-us/red_hat_fuse/7.1/html/apache_camel_component_reference/yql-component
- https://vdocuments.mx/yahoo-query-language-yql-guide.html
- https://www.gamasutra.com/view/news/253377/The_long_shadow_of_Super_Mario_Bros.php
- https://www.gamasutra.com/blogs/DoctorLudos/20191019/352537/Making_a_SEGA_Mega_Drive__Genesis_game_in_2019.php
- https://v1-0.ballerina.io
- https://en.wikipedia.org/wiki/WebMethods_Flow
- https://en.wikipedia.org/wiki/GNU_Radio
- https://en.wikipedia.org/wiki/OpenMusic
- https://en.wikipedia.org/wiki/Morphic_(software)
- http://docs.vespa.ai/documentation/query-language.html
- https://medium.com/@black_duck_sw/power-shell-to-the-people-43ad589f0700
- https://medium.com/@KyraTaylor/this-developer-wants-to-open-source-stock-charts-3d51b8f47554
- https://hackernoon.com/how-to-find-internal-subdomains-yql-yahoo-and-bug-bounty-d7730b374d77
- https://www.quora.com/What-are-some-alternatives-to-zapier
- https://www.infoworld.com/article/3183299/application-development/if-ifttt-cant-then-microsoft-flow-can.html
- https://beebom.com/yahoo-pipes-alternatives/
- https://www.import.io/post/5-yahoo-pipes-alternatives-that-are-actually-better-than-pipes/
- https://www.makeuseof.com/tag/ifttt-alternatives/
- https://medium.com/@mbostock/why-you-should-use-d3-ae63c276e958?source=user_profile---------2------------------
- https://www.highcharts.com/demo/line-log-axis
- http://jsfiddle.net/jsl6906/qAHC2/10/
- http://bl.ocks.org/madelfio/3738896
apache_projects:
-
name: "Apache Airflow" description: "A platform to programmatically author, schedule, and monitor workflows. It provides a REST API that can be used to interact with the server programmatically." url: "https://airflow.apache.org/docs/"
-
name: "Apache Libcloud" description: "A unified interface to the cloud, providing a Python API to interact with various cloud service providers. It supports multiple cloud services and allows you to manage servers, storage, and load balancers." url: "https://libcloud.apache.org/"
-
name: "Apache Superset" description: "A modern data exploration and visualization platform. It provides a REST API for managing and querying data, creating dashboards, and more." url: "https://superset.apache.org/docs/"