A rudimentary implementation of the SDMX REST web service standard.
This code is developed mainly as an aid for prototyping and testing other code that generates SDMX or relies on SDMX REST web services being available. It is not currently intended and likely not ready for production use.
The package depends only on:
- sdmx1 —for the SDMX Information Model, file formats, URLs, URNs, and more.
- starlette —as a base web service framework.
It provides a Store
class and subclasses for storing the structures and data to be served by an instance.
Copyright 2014–2024, dsss developers
Licensed under the GNU Affero General Public License, Version 3.0 (the “License”); you may not use these files except in compliance with the License. You may obtain a copy of the License:
- from the file LICENSE included with the source code, or
- at https://www.gnu.org/licenses/agpl-3.0.en.html