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
73
Other Decks in Technology
See All in Technology
ロールが細分化された組織でSREは何をするか?
tgidgd
1
470
20150719_Amazon Nova Canvas Virtual try-onアプリ 作成裏話
riz3f7
0
110
Microsoft Fabric ガバナンス設計の一歩目を考える
ryomaru0825
1
160
AI Ready API ─ AI時代に求められるAPI設計とは?/ AI-Ready API - Designing MCP and APIs in the AI Era
yokawasa
20
5.4k
Building GoReleaser - from shell script to paid product
caarlos0
0
200
Webの技術とガジェットで那須の子ども達にワクワクを! / IoTLT_20250720
you
PRO
0
120
「現場で活躍するAIエージェント」を実現するチームと開発プロセス
tkikuchi1002
5
890
Transformerを用いたアイテム間の 相互影響を考慮したレコメンドリスト生成
recruitengineers
PRO
2
590
ソフトウェアQAがハードウェアの人になったの
mineo_matsuya
3
240
第64回コンピュータビジョン勉強会「The PanAf-FGBG Dataset: Understanding the Impact of Backgrounds in Wildlife Behaviour Recognition」
x_ttyszk
0
260
[SRE NEXT 2025] すみずみまで暖かく照らすあなたの太陽でありたい
carnappopper
2
810
サービスを止めるな! DDoS攻撃へのスマートな備えと最前線の事例
coconala_engineer
1
210
Featured
See All Featured
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Unsuck your backbone
ammeep
671
58k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Facilitating Awesome Meetings
lara
54
6.5k
Side Projects
sachag
455
43k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
108
19k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
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/