real-time
Here are 137 public repositories matching this topic...
-
Updated
Aug 11, 2020 - Java
Android Real Time Chat & Messaging SDK
-
Updated
Aug 12, 2020 - Java
实时风控引擎(Risk Engine),自定义规则引擎(Rule Script),完美支持中文,适用于反欺诈(Anti-fraud)应用场景,开箱即用!!!移动互联网时代的风险管理利器,你 Get 到了吗?
-
Updated
Aug 28, 2020 - Java
REST web service for the true real-time scoring (<1 ms) of R, Scikit-Learn and Apache Spark models
-
Updated
Aug 5, 2020 - Java
Distributed software platform for building stateful, massively real-time streaming applications.
-
Updated
Aug 21, 2020 - Java
SwellRT main project. Server, JavaScript and Java clients
-
Updated
Dec 25, 2018 - Java
StreamLine - Streaming Analytics
-
Updated
Aug 28, 2020 - Java
motion planning algorithms with demos for various state-spaces
-
Updated
Nov 18, 2019 - Java
tail -f for your browser
-
Updated
Mar 12, 2016 - Java
A full-featured real-time web application framework for Java
-
Updated
Nov 5, 2018 - Java
Personalized real-time movie recommendation system
-
Updated
Jun 7, 2019 - Java
Android library for validation forms and inputs based on data binding
-
Updated
Nov 14, 2019 - Java
Sample app who implement all API Google Maps V2 (Get Current Location, Place Autocomplete, Place Search, Place Picker)
-
Updated
May 2, 2020 - Java
This Sample Android chat app is built using Channelize.io Android API and UI SDKs.
-
Updated
Jan 17, 2020 - Java
MongooseIM client for Android
-
Updated
Feb 15, 2019 - Java
Real-time, multiplayer railway strategy/management game based on the RailRoad Tycoon I and II games.
-
Updated
May 29, 2019 - Java
SKYProfiler is a performance monitoring tool for Integration Server. SKYProfiler tracks the service invocations and the monitored data can be seen in real time. This helps users track the time each service invocation takes and further drills down to the child service to identify which service contributes to time.
-
Updated
Feb 11, 2020 - Java
Fast and scalable timeseries database
-
Updated
Jun 19, 2020 - Java
Intrinio Java SDK for Real-Time Stock, Forex, and Crypto Prices
-
Updated
Feb 22, 2019 - Java
Scaledrone Java & Android WebSocket client
-
Updated
Mar 26, 2019 - Java
A Gradle compatible compiled version of Microsoft Signalr Java SDK [OBSOLETE]
-
Updated
Dec 28, 2017 - Java
A java based multiplayer Virtual Stock Exchange Game (VSE)
-
Updated
May 14, 2019 - Java
Improve this page
Add a description, image, and links to the real-time topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the real-time topic, visit your repo's landing page and select "manage topics."


Running : CLI v0.11.0, Server v0.11.0
(pulled from confluentinc/ksqldb-server:0.11.0)
Creating a stream with a field named "size" results in the following error :
extraneous input 'size' expecting {'EMIT'
It seems like size is considered a reserved keyword.
Creating the stream with CREATE STREAM trades ( "size" DOUBLE ) works.
Looks similar to https://github.com/confluentinc/ksql/issu