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
Surendran Mahendran
November 08, 2014
Technology
3
780
Building REST API for Digital Universe
My talk at AMNH hackathlon for Star API developed during the hackathlon
Surendran Mahendran
November 08, 2014
Tweet
Share
More Decks by Surendran Mahendran
See All by Surendran Mahendran
Docker 101
surenm
1
85
Building web apps for heroku
surenm
0
72
Other Decks in Technology
See All in Technology
マルチテナント+マルチプロダクト SaaS への AI Agent の組み込み方
kworkdev
PRO
2
400
20250623 Findy Lunch LT Brown
3150
0
650
原則から考える保守しやすいComposable関数設計
moriatsushi
3
480
成立するElixirの再束縛(再代入)可という選択
kubell_hr
0
490
OpenTelemetry Collector internals
ymotongpoo
6
570
OTFSG勉強会 / Introduction to the History of Delta Lake + Iceberg
databricksjapan
0
110
Perk アプリの技術選定とリリースから1年弱経ってのふりかえり
stomk
0
120
Uniadex__公開版_20250617-AIxIoTビジネス共創ラボ_ツナガルチカラ_.pdf
iotcomjpadmin
0
130
Azure AI Foundryでマルチエージェントワークフロー
seosoft
0
120
評価の納得感を2段階高める「構造化フィードバック」
aloerina
1
270
初めてのAzure FunctionsをClaude Codeで作ってみた / My first Azure Functions using Claude Code
hideakiaoyagi
1
140
Create a Rails8 responsive app with Gemini and RubyLLM
palladius
0
130
Featured
See All Featured
The Invisible Side of Design
smashingmag
299
51k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
KATA
mclloyd
29
14k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.8k
The Straight Up "How To Draw Better" Workshop
denniskardys
233
140k
Navigating Team Friction
lara
187
15k
Site-Speed That Sticks
csswizardry
10
640
Rails Girls Zürich Keynote
gr2m
94
14k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Making the Leap to Tech Lead
cromwellryan
134
9.3k
Code Reviewing Like a Champion
maltzj
524
40k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
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/