Asana tech talk video: reactive queries

Asana 工程團隊Engineering Team
October 9th, 2015
facebookx-twitterlinkedin
Asana tech talk video: reactive queries

Modern web development does not yet have a single solution for declarative performance data fetching, although Netflix (with FalcorJS) and Facebook (with Relay and GraphQL) are both investing a lot of exciting technological effort into solving the problem.

Asana is creating a reactive data system called LunaDb. LunaDb provides declarative hierarchical query-based data fetching similar to the above technologies but provides the additional benefit of subscribing to queries and automatically updating the results whenever any other user changes the results.

Konstantin Azarov, one of the designers of LunaDb framework, recently gave a tech talk, looking at the querying and subscription subsystems that power this functionality. Here’s a video of his talk–we’d love to hear what you think in the comments!

Want to help us as we improve our framework? We’re hiring.

相關文章

Gemini said Two female professionals collaborating at a desk in a bright, modern office. One woman sits while the other leans in, smiling and using the computer mouse, with a male colleague working in the background.
工程

擴展 LunaDb,我們內部的宣告式資料載入系統