realtime

command module
v0.0.0-...-3de21e0 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2022 License: MIT Imports: 2 Imported by: 0

README

realtime database

Something like Firestore where you could connect to a websocket from clientside and then any updates from REST would be streamed in form of events. The schema is Users to start with but could probably be applied to any sort of JSON object-based data.

Here ArangoDB is used.

Setup

Required env vars (in the .env file):

ARANGO_ROOT_PASSWORD string
DB_PROTOCOL          string
DB_HOST              string
DB_PORT              string
DB_NAME              string
DB_COLLECTION        string

To run:

docker-compose up --build
``s`

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