#
real-time
Here are 137 public repositories matching this topic...
mqtt
iot
coap
jwt
real-time
rule-engine
nosql
websocket
gateway
modbus
internet-of-things
iot-platform
token
opc-ua
thingsboard
multitenant
tsl
micorservice
-
Updated
Aug 11, 2020 - Java
Android Real Time Chat & Messaging SDK
notifications
android
chat
real-time
communication
gradle
messenger
realtime
gcm
communication-library
chatbot-application
fcm
firebase-cloud-messaging
realtime-messaging
chatapp
in-app-communication
messenger-platform
android-chat-sdk
applozic
chat-sdk
-
Updated
Aug 12, 2020 - Java
实时风控引擎(Risk Engine),自定义规则引擎(Rule Script),完美支持中文,适用于反欺诈(Anti-fraud)应用场景,开箱即用!!!移动互联网时代的风险管理利器,你 Get 到了吗?
java
redis
groovy
real-time
control
mongodb
analysis
script
risk-analysis
risk
engine
radar
swagger
springboot
rule
anti-fraud
risk-control
risk-engine
risk-rule
-
Updated
Aug 24, 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.
distributed-systems
real-time
serverless
websockets
actor-model
serverless-framework
asynchronous-programming
streaming-api
microservices-architecture
stateful
streaming-data
non-blocking-io
decentralized-applications
web-agent
mesh-js
ux-js
-
Updated
Aug 21, 2020 - Java
SwellRT main project. Server, JavaScript and Java clients
java
distributed-systems
demo
real-time
mongodb
docker-image
country
realtime
zone
collaboration
javascript-client
interoperability
cryptographic
operational-transformation
wave
gwt
federation
jsinterop
decentralization
storage-platform
backend-as-a-service
swellrt
decentralized-applications
matrix-org
swellrt-server
-
Updated
Dec 25, 2018 - Java
StreamLine - Streaming Analytics
-
Updated
Aug 26, 2020 - Java
motion planning algorithms with demos for various state-spaces
visualization
real-time
motion-planning
rrt-star
autonomous-vehicles
lie-groups
subdivision
se2
glc
geodesic-averages
curve-subdivision
-
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
real-time
movie
rating
collaborative-filtering
recommendation-system
movie-recommendation
movielens-dataset
kmeans-clustering
slope-one
-
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
android
chat
mobile
real-time
social-network
messaging
mobile-app
instant-messaging
microblog
android-app
realtime-messaging
textchat
-
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
visualization
iot
real-time
sql
database
monitoring
dashboard
correlation
timeseries
storm
time-series
metrics
jdbc
grafana
scalability
sql-query
tsdb
timeseries-database
sidewinder
-
Updated
Jun 19, 2020 - Java
Intrinio Java SDK for Real-Time Stock, Forex, and Crypto Prices
java
real-time
crypto
websocket
forex
cryptocurrency
fintech
stock-market
stocks
stock-data
stock-prices
stock-market-data
fxcm
-
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