Skip to content

Licensed under MIT (permissive, attribution, no liability). A simple continuous query engine backed by any SQL database, using only the query facilities of the underlying database to filter user queries. Serves up data in CSV format as strings, so your data needs to be "flat" and not strongly typed until it gets to your client. On the client sid…

License

Notifications You must be signed in to change notification settings

davidboden/CommaCQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commacq

A simple continuous query engine, using only the query facilities of the underlying database. Serves up data in CSV format as strings, so your data needs to be "flat" and not strongly typed until it gets to your client.

"Continuous query" just means that the server gives you the initial load of what's in the database and then provides you with ticking real-time updates. It can be seen as an alternative approach to polling a database for updates.

The MIT open source licence applies (permissive, attribution required, no liability). See LICENSE.txt.

About

Licensed under MIT (permissive, attribution, no liability). A simple continuous query engine backed by any SQL database, using only the query facilities of the underlying database to filter user queries. Serves up data in CSV format as strings, so your data needs to be "flat" and not strongly typed until it gets to your client. On the client sid…

Resources

License

Stars

Watchers

Forks

Packages

No packages published