SpaceDataStandards.org
  • Overview
  • Legacy Space Data Formats
  • CCSDS Data Standards
  • CCSDS Text Standards
  • SpaceDataStandards.Org
  • SpaceDataStandards.org (cont.)
  • Serialization
  • Space Data Server
  • The Future
Powered by GitBook
On this page
  • Overview
  • Components

Space Data Server

PreviousSerializationNextThe Future

Last updated 1 year ago

Overview

Space Data Server is a proprietary software package offered by DigitalArsenal.io, Inc. It allows integrators to buildSpaceDataStandards.Org into their server workflows.

The SDS acts as a "waypoint" for ingestion / data services, allowing integrators to ingest data from any source (ex., ).

The current build is powering , and is serving satellite catalog and conjunction data.

Components

  • Web3 Single-Page Application (SPA)

    • Allows users to login by generating an account from a e-mail / password combination, or by importing a for interoperability with popular crypto wallets

  • File Ingest Service

    • Reads standards-compliant files from user-identified ingest folder

    • Checks files for standards compliance

    • Creates checksum using the

    • Checks digital signature of checksum in .sig file

    • Stores digital signature, checksum, provider address in database

  • Database Service

    • Creates database structure based on current data standards

    • Reads ingested files into tables

    • Configurable to every type of database supported by

      • PostgreSQL

      • CockroachDB

      • MSSQL

      • MySQL

      • MariaDB

      • SQLite3

      • Oracle

      • Amazon Redshift

  • API Service

    • Basic REST API to retrieve records from database service

    • Based on

    • Allows uploading digitally signed files (JSON, Flatbuffer) through POST requests

Celestrak OMM
api.spaceaware.io
Ethereum
seedphrase
Flatbuffer
IPFS Content Identifier (CID)
Knex
ExpressJS