New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

andromeda

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

andromeda

**Very early 0.0.9 version (pre-2016)**

latest
Source
npmnpm
Version
0.0.9
Version published
Maintainers
1
Created
Source

Very early 0.0.9 version (pre-2016)

Capsule Manual

This is a very terse outline. More information:

  • Documentation: http://docs.ndr.md
  • Mailing list: andronauts@googlegroups.com
  • Bug reports: https://github.com/andromeda/andromeda/issues

Interactive Shortcuts

Interactive shortcuts always correspond to a system function. You can redefine them in your startup file.

  • .? (This) Capsule Manual
  • .: <exp> Get the type of the following
  • .! <cmd> If running hosted on Unix, pass to the shell.

Configuration

To change local configuration, you can currently andromeda.config from the shell. For example, if you want to toggle color output off, run andromeda.config.debugUseColors = false.

Startup Servers

Access to the following servers (by default) needs to be prefixed with andromeda..

  • nodes Access to the underlying nodes

  • history Shell history

  • epidemics Keep track of online nodes

  • partition Return a set of nodes, based on predicates

  • mem Access to memory-based key-value store

  • disk Access to persistent key-value store

  • info Information about underlying nodes, network and hardware

  • request Send requests to groups of nodes

  • routes Bidirectional names-to-servers mapping

  • exec Schedule and execute functions

  • packages Bring software into context through a package manager

  • events Listen to and create notifications

  • config Access to the global configuration

    Similar servers exist only for local-only interaction if this is needed: config, request, info, routes, mem, disk, packages, events.

Dataless Interfaces

Most of the servers support a dataless interface.

  • get Maybe Options -> (Maybe Error -> Maybe Data -> ()) -> ()
  • put Object -> Maybe Options -> (Maybe Error -> Maybe Data -> ()) -> ()
  • delete Maybe Options -> (Maybe Error -> Maybe Data -> ()) -> ()
  • patch Object -> Maybe Options -> (Maybe Error -> Maybe Data -> ()) -> ()

FAQs

Package last updated on 12 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts