Show HN: A Framework to replace API requests/responses

4 months ago 5

Neuronum Logo

Website Documentation

  • Learn about Neuronum
  • Connect to Neuronum
  • Build on Neuronum
  • Interact with Neuronum

Neuronum is a framework to build serverless connected app & data gateways automating the processing and distribution of data transmission, storage, and streaming.

Cell & Nodes

  • Cell: Account to connect and interact with Neuronum
  • Nodes: Soft- and Hardware components hosting gateways

Gateways

  • Transmitters (TX): Securely transmit and receive data packages
  • Circuits (CTX): Store data in cloud-based key-value-label databases
  • Streams (STX): Stream, synchronize, and control data in real time

Installation

pip install neuronum # install neuronum dependencies

Create Cell:

neuronum create-cell # create Cell / Cell type / Cell network

or

Connect Cell:

neuronum connect-cell # connect Cell

Initialize Node (app template):

neuronum init-node --app # initialize a Node with app template

Change into Node folder

cd node_node_id # change directory

Start Node:

neuronum start-node # start Node

Node Examples Visit: https://github.com/neuronumcybernetics/neuronum/tree/main/how_tos/nodes


  1. Visit: https://neuronum.net
  2. Connect your Cell
  3. Explore Transmitters
  4. Activate Transmitters
Read Entire Article