pubsubsql

command module
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2016 License: AGPL-3.0 Imports: 1 Imported by: 0

README

Build Status

pubsubsql

An open-source in-memory database offering:

  • SQL-like syntax
  • PUB-SUB functionality
  • optional streaming to MySQL

Developers usually have to choose between a fast in-memory store and a conventional database to give their users a responsive real-time feeling and at the same time allow backend service run conventional analytics in a more analytic-friendly environment. We've been in that same boat and ended up coding complex contraptions with caches, long-term storage and notification systems which more often than not spiral out of control and become a maintenance nightmare. So we thought "Why not have a SQL-like interface with a PUB-SUB interface and just stream data to a normal database?". Result of that work is PubSubSQL! The project has been dormant for some time but we've regrouped and decided to see where it will take us.

PubSubSQL is fully written in Go and supports a multitude of clients - Go, Node.js, Python, Java...

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL