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
3
790
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
90
Building web apps for heroku
surenm
0
77
Other Decks in Technology
See All in Technology
How to install a gem
indirect
0
1.9k
PostgreSQL 18のNOT ENFORCEDな制約とDEFERRABLEの関係
yahonda
0
140
VSCode中心だった自分がターミナル沼に入門した話
sanogemaru
0
830
イベントで大活躍する電子ペーパー名札を作る(その2) 〜 M5PaperとM5PaperS3 〜 / IoTLT @ JLCPCB オープンハードカンファレンス
you
PRO
0
210
AWS Systems Managerのハイブリッドアクティベーションを使用したガバメントクラウド環境の統合管理
toru_kubota
1
180
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
11k
「通るまでRe-run」から卒業!落ちないテストを書く勘所
asumikam
2
840
開発チームとQAエンジニアの新しい協業モデル -年末調整開発チームで実践する【QAリード施策】-
qa
0
380
AgentCoreとLINEを使った飲食店おすすめアプリを作ってみた
yakumo
2
260
CloudFrontのHost Header転送設定でパケットの中身はどう変わるのか?
nagisa53
1
220
LLMに何を任せ、何を任せないか
cap120
10
6.1k
FASTでAIエージェントを作りまくろう!
yukiogawa
4
150
Featured
See All Featured
The Illustrated Guide to Node.js - THAT Conference 2024
reverentgeek
1
320
Breaking role norms: Why Content Design is so much more than writing copy - Taylor Woolridge
uxyall
0
230
Docker and Python
trallard
47
3.8k
The Art of Programming - Codeland 2020
erikaheidi
57
14k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.8k
Un-Boring Meetings
codingconduct
0
240
Building a Modern Day E-commerce SEO Strategy
aleyda
45
9k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
128
55k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
11
870
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
160
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
A better future with KSS
kneath
240
18k
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/