Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

saltastro/saltapi

Record type:

software
Creator:
sal
Host:
API for the Southern African Large Telescope This read me assume that you have python 3.5+ installed # Installation Cloning the repository. On terminal or cmd. `cd` to the directory you want to work on with assumption that the directory is `home/development/` ``` cd home/development/ git clone github.com ``` This will clone the repository to your machine. A directory will be created with the name `saltapi` cd to the `home/development/saltapi/` dir ```bazaar cd home/development/saltapi/ ``` Create virtual Environments and activate it, assumes that you have python3 virtualenv installed ``` virtualenv -p python3 venv pip install --upgrade virtualenv source venv/bin/activate ``` and install requirements.txt ```bazaar pip install -r reqirements.txt ``` # Environment variables The app will require some Environment variables to be set `API_USER, API_HOST, API_PASSWORD, API_DATABASE, MODE, DATABASE_URI ` which are the connection to the sdb, for development I am using sdb sandbox ``` API_USER = sdb user API_HOST = sdb host API_PASSWORD = sdb password API_DATABASE = sdb database name PROPOSALS_DIR = directory containing all the proposal content SECRET_TOKEN_KEY = secret key for signing tokens SENTRY_DSN = URI for logging with Sentry ``` The URL stored in `SENTRY_DSN` must be obtained from Sentry. `SENTRY_DSN` is optional; if it isn't set, exceptions will be logged to the command line. Now ready to start the graphql to start the server Make sure you are still in directory `home/development/saltapi/` and Virtual environment is activated. ```bazaar Run command. python3 run.py ``` This will run on 127.0.0.1. See about api on 127.0.0.1 to learn how to use this saltapi # GraphQL Query Graphql will only return what you asked for or an error. On saltapi what ever you are querying for, a semester must be provided to improve the speed of query. i.e you can only query data belonging to provided semester ### Query ``` { proposals(semester:"2017-2"){ …

Visit

github.com

Similar

saltastro/SALTsandboxsaltastro/saltusersaltastro/salt-api-server

saltastro/SALTsandbox

SALTsandbox is a repository for general scripts, algorithms or other software for handling data redu

saltastro/saltuser

Roles and permissions for a user of the Southern African Large Telescope (SALT). # Welcome to SALT

saltastro/salt-api-server

Server for the API of the Southern African Large Telescope (SALT) # Welcome to SALT API Server A s