See More

A very common reason is a wrong site baseUrl configuration.\n

Current configured baseUrl = / (default value)\n

We suggest trying baseUrl = \n\n';var e=document.getElementById("docusaurus-base-url-issue-banner-suggestion-container"),s=window.location.pathname,r="/"===s.substr(-1)?s:s+"/";e.innerHTML=r}}window.__DOCUSAURUS_INSERT_BASEURL_BANNER=!0,document.addEventListener("DOMContentLoaded",maybeInsertBanner)

Skip to main content
Version: 0.17

🏠 Home

SpringQL is a light-weight stream processor running in a single machine. SpringQL would help you to develop applications processing unbound data streams emerging from your IoT devices.

In short, SpringQL is a stream processor for edge computing.

  • Get Started shows you how to install and run a demo app. Also you will experience to write SpringQL applications through basic examples.
  • Learn SpringQL gives you fundamental concepts about both general stream processing and StreamQL. Learning basics will strongly support your application development.
  • Reference pages are reference to write your own applications using SpringQL.
  • Deployment provides tips run your applications in your target IoT devices.
  • Real-World Example shows some realistic applications you may get interests.