Packages

  • package root

    glngn server is a low-code business process as a service rapid development system.

    glngn server is a low-code business process as a service rapid development system. Conceptually similar to a programmable Microsoft Access or Apple FileMaker for scalable event sourced business services. In addition to a library, a standalone application is provided that is useful with minimal ceremony. This can be customized with a simple API. As well as deployed to a kubernetes cluster should those advantages be required.

    A deployment is cluster of glngn.server.node.AppNodes serving a dynamic composition of glngn.server.ServiceFragments. Deployments are designed to be fully usable as a standalone local application or a kubernetes service.

    Contact support@dogheadbone.com for support and licensing.

    Definition Classes
    root
  • package glngn
    Definition Classes
    root
  • package server

    Definition Classes
    glngn
  • package core
    Definition Classes
    server
  • package bindings
    Definition Classes
    core
  • package endpoints
    Definition Classes
    core
  • package ops
    Definition Classes
    core
  • package proto
    Definition Classes
    core
  • package rts

    The eventual ZIO runtime hosting application code (AppRuntime) is constructed incrementally from:

    The eventual ZIO runtime hosting application code (AppRuntime) is constructed incrementally from:

    1. runtime provided by ZIO 2. runtime extended with environment required of host process: HostRuntime, HostIO. 3. runtime extended with environment required of a server node: ServerRuntime, ServerIO 4. runtime extended with environment required by all application domains: AppRuntime, AppIO

    The AppRuntime is the base runtime available to the actor system via AppRuntimeExt.

    Definition Classes
    core
  • package serdes
    Definition Classes
    core
  • Defaults
  • EventJsonUtf8Adapter
  • JsonUtf8WithManifest
  • JsonUtf8WithManifestSerDes
  • Message
  • SerdesPrelude
  • package storage
    Definition Classes
    core

package serdes

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. serdes
  2. SerdesPrelude
  3. Defaults
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type BitVector = scodec.bits.BitVector
  2. type ByteVector = scodec.bits.ByteVector
  3. trait Defaults extends AnyRef
  4. final case class JsonUtf8WithManifest(json: prelude.external.Json) extends Product with Serializable
  5. final class JsonUtf8WithManifestSerDes extends SerializerWithStringManifest
  6. trait Message extends AnyRef

    Marker trait for commands, queries, and events that are serializable.

  7. trait SerdesPrelude extends Defaults

Value Members

  1. val BitVector: scodec.bits.BitVector.type
  2. val ByteVector: scodec.bits.ByteVector.type
  3. object Defaults extends Defaults
  4. object EventJsonUtf8Adapter
  5. object JsonUtf8WithManifestSerDes

Inherited from SerdesPrelude

Inherited from Defaults

Inherited from AnyRef

Inherited from Any

Ungrouped