Rowma Docs
  • Docs
  • GitHub
  • Languages icon中文
    • English
    • 日本語
    • Help Translate

›ConnectionManager

Getting Started

  • First Step
  • System Architecture
  • Delay Mesurement

Examples

  • Rowma Public Console
  • Remote Control from Smartphone
  • Robot to Robot Communication

ConnectionManager

  • Overview
  • Host Your Network
  • Database
  • Authentication and Authorization

Rowma ROS

  • Overview

SDKs

  • JavaScript SDK
  • Python SDK
Translate

Database

inmemory database and mongodb are the possible choises for database of ConnectionManager.

Inmemory Database (Default)

Rowma stores Application and Robot information into arrays by default.

This storage is volatile, so you can use it only for test usecases.

Mongodb

Mongodb is supported in Rowma and can be switched easily from an environment variable.

# For your local development environment
$ docker-compose up -d
$ ROWMA_DB=mongodb npm start

Also, you can use an external managed mongdb by specifying the URI.

$ ROWMA_DB=mongodb MONGODB_URI=mongodb://root:rootpass@mongodb.example.com:27017 npm start
← Host Your NetworkAuthentication and Authorization →
  • Inmemory Database (Default)
  • Mongodb
Docs
Getting StartedGuides
Community
Project ChatTwitter
More
GitHubStar
Follow @rowmaio
Copyright © 2021 rowmaio