Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Building REST API for Digital Universe
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Surendran Mahendran
November 08, 2014
Technology
800
3
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Building REST API for Digital Universe
My talk at AMNH hackathlon for Star API developed during the hackathlon
Surendran Mahendran
November 08, 2014
More Decks by Surendran Mahendran
See All by Surendran Mahendran
Docker 101
surenm
1
96
Building web apps for heroku
surenm
0
80
Other Decks in Technology
See All in Technology
探索・可視化・自動化を一本化 Amazon Quickでデータ活用スピードを上げる方法
koheiyoshikawa
0
180
“それは自分の仕事じゃない"を越えて行け
yuukiyo
1
520
GoでCコンパイラを作った話
repunit
0
150
『モデル + ハーネス』で読み解く AIエージェント入門
oracle4engineer
PRO
2
180
JAWS_ICEBERG_BASECAMP
iqbocchi
2
110
なぜ、あなたのAPIは使われないのか? AX時代の設計原則、ガードレール、運用体制
yokawasa
1
220
AI工学特論: MLOps・継続的評価
asei
7
1.5k
現場との対話から始める “作る前に問い直す”業務改善
mochico50
2
250
テックカンファレンス三大ステークホルダーの文化人類学 ─ 違いを認め合う関係性作り
bash0c7
1
250
AI時代の開発生産性は、個人技からチーム設計へ
moongift
PRO
4
2.5k
SRENEXT_2026_Chairs__Talks_in_Tamachi.sre.pdf
srenext
1
150
AI Coding Agent時代のcdk-nagガードレール 〜組織ルールを強制CIで守り抜く設計の挑戦〜
mhrtech
3
520
Featured
See All Featured
Ethics towards AI in product and experience design
skipperchong
2
330
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.4k
Optimising Largest Contentful Paint
csswizardry
37
3.8k
Scaling GitHub
holman
464
140k
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
230
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
55k
Documentation Writing (for coders)
carmenintech
77
5.4k
Discover your Explorer Soul
emna__ayadi
2
1.2k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.9k
Test your architecture with Archunit
thirion
1
2.3k
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.4k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
23k
Transcript
Building REST API for DigitalUniverse http://star-api.herokuapp.com/
Team wallyqs surenm nicholalexandar zniazi jdmcpeek NancyKo
None
Y U NO API ???
None
Goals • Simple REST API (mostly just GET) • Fast
and efficient • Advanced filtering and searching
Technology
Stars /api/v1/stars /api/v1/stars?page=2
Stars by label /api/v1/stars/Sun
Filters /api/v1/stars?min[colorb_v]=-1.0&max[colorb_v]=0 /api/v1/stars?max[lum]=0.3
Other datasets /api/v1/exo_planets /api/v1/constellations /api/v1/local_groups /api/v1/open_clusters expl.speck constellations.speck localgroup.speck oc.speck
Search /api/v1/search?q=sun /api/v1/search?q=HD
Whats ahead?? /api/v2/stars_in_region/?x,y,z,radius /api/v2/2mass/?x,y,z /api/v2/NORAD/?satellite
None
Fin. http://star-api.herokuapp.com/