Space Data Server
Last updated
Last updated
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.
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