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
74
Other Decks in Technology
See All in Technology
DDD集約とサービスコンテキスト境界との関係性
pandayumi
3
280
職種の壁を溶かして開発サイクルを高速に回す~情報透明性と職種越境から考えるAIフレンドリーな職種間連携~
daitasu
0
140
Automating Web Accessibility Testing with AI Agents
maminami373
0
1.2k
[ JAWS-UG 東京 CommunityBuilders Night #2 ]SlackとAmazon Q Developerで 運用効率化を模索する
sh_fk2
3
380
開発者を支える Internal Developer Portal のイマとコレカラ / To-day and To-morrow of Internal Developer Portals: Supporting Developers
aoto
PRO
1
440
dbt開発 with Claude Codeのためのガードレール設計
10xinc
2
1.1k
Function Body Macros で、SwiftUI の View に Accessibility Identifier を自動付与する/Function Body Macros: Autogenerate accessibility identifiers for SwiftUI Views
miichan
2
180
初めてAWSを使うときのセキュリティ覚書〜初心者支部編〜
cmusudakeisuke
1
230
未経験者・初心者に贈る!40分でわかるAndroidアプリ開発の今と大事なポイント
operando
4
350
Terraformで構築する セルフサービス型データプラットフォーム / terraform-self-service-data-platform
pei0804
1
150
生成AI時代のデータ基盤設計〜ペースレイヤリングで実現する高速開発と持続性〜 / Levtech Meetup_Session_2
sansan_randd
1
150
落ちる 落ちるよ サーバーは落ちる
suehiromasatoshi
0
150
Featured
See All Featured
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
Unsuck your backbone
ammeep
671
58k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Designing Experiences People Love
moore
142
24k
Visualization
eitanlees
148
16k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.5k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Git: the NoSQL Database
bkeepers
PRO
431
66k
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/