The database actor for starintel (for now)
  • Nim 86.1%
  • Nix 11.9%
  • Dockerfile 2%
Find a file
2023-10-13 22:37:52 -04:00
.github/workflows sync changes 2023-10-08 03:01:32 -04:00
src sync changes 2023-10-08 03:01:32 -04:00
.envrc sync changes 2023-10-08 03:01:32 -04:00
databaseActor.nimble sync changes 2023-10-08 03:01:32 -04:00
Dockerfile forgot zmq 2023-10-13 21:43:23 -04:00
flake.lock add files 2023-08-15 23:53:50 -04:00
flake.nix add files 2023-08-15 18:37:03 -04:00
LICENSE add legal and readme 2023-08-15 23:56:13 -04:00
README.org update readme 2023-10-13 22:37:52 -04:00

Readme

starRouter couchdb writer

This is a actor that writes to couchdb by being a subscriber service discover is yet to be implemented in starintel so you will still need to query couchdb for now.

config

the db actor can have its options set by env or cli args

  • DB_NAME: name of database to use
  • DB_USER: name of db admin
  • DB_PASSWORD: password of db_admin
  • DB_HOST: host of couchdb
  • DB_PORT port for couchdb, should be 5984
  • COUCH_DB_LOG_LEVEL: set log level, defaults its info….
  • ROUTER_API_ADDRESS: api address of starRouter. defaults to tcp://127.0.0.1:6001
  • ROUTER_API_ADDRESS: pup address of starRouter. defaults to tcp://127.0.0.1:6000