Example database - mikron-ia/rep-port GitHub Wiki

JSON DB intended to use with JSONServer:

{
  "networks": [
    {
      "tag": "@-rep",
      "name": "Circle-A List",
      "type": "public",
      "description": "A network used by autonomists, anarchists, Titanians, scum, and Extropians."
    },
    {
      "tag": "c-rep",
      "name": "CivicNet",
      "type": "public",
      "description": "A network used by The Planetary Consortium, Morningstar Constellation, Lunar-Lagrange Alliance, Jovian Republic, and other hypercorps and capitalists."
    },
    {
      "tag": "f-rep",
      "name": "Fame",
      "type": "public",
      "description": "A network used by the media network used by metacelebrities, journalists, socialites, artists, and glitterati."
    },
    {
      "tag": "g-rep",
      "name": "Guanxi",
      "type": "protected",
      "description": "A network used by the network for triads, cartels, gangs, and other criminal groups."
    },
    {
      "tag": "i-rep",
      "name": "The Eye",
      "type": "private",
      "description": "Firewall’s secret internal network."
    },
    {
      "tag": "r-rep",
      "name": "Research Network Affiliates",
      "type": "public",
      "description": "A network used by Argonauts, scientists, technologists, and researchers of all stripes."
    },
    {
      "tag": "x-rep",
      "name": "ExploreNet",
      "type": "public",
      "description": "The social network for gatecrashers and exoplanet colonists"
    },
    {
      "tag": "u-rep",
      "name": "Ultimate Network",
      "type": "private",
      "description": "A private network used by the Ultimates."
    }
  ]
}

Concepts used originated in Eclipse Phase RPG, by Posthuman Studios. Used based on Creative Commons License.