Project

General

Profile

Actions

RoadMap » History » Revision 1

Revision 1/5 | Next »
Anonymous, 05/13/2015 01:29 PM


Road Map

  • TODO items
    • modify frontend <-> catalog query protocol to support union and limited search language
    • improve database schema to avoid regexes (implies catalog changes to generate appropriate SQL queries)

Current Catalog Status

  • We have an initial catalog implementation that supports menu (component type) and auto-complete NDN name queries against a MySQL database.
  • Catalog is crashing on receipt of query Interests. Chengyu has some ideas and is working on fixes.
  • Chengyu is writing unit tests (and refactoring catalog to be easier to test).

Catalog Milestone Summary

The catalog implementation should be prioritize to present increasingly interesting concepts. We've started off simple: we can query a single catalog without specifying any particular host. This starting point can be evolved to demonstrate synchronization, data publication/retrieval, and security.

Security is currently a low priority milestone because we can demonstrate synchronization and data movement without it. Provenance is an important topic for scientists, but adds little on its own in terms of demo value (i.e. something is accepted or rejected). In the meantime, we can use an "anything goes" security policy.

Catalog Milestones by Priority

  1. Synchronize catalogs using ChronoSync
  • Our last demo focused on querying and displaying results from a single catalog.
  • Allows us to start talking about catalogs as a system with a consistent view rather than independent hosts/databases.
  • Next demo could demonstrate NDN names being inserted from any catalog and the catalog system synchronizing.
  1. Add dataset publication

  2. Validate data publication and synchronization messages

  3. Serve datasets directly from disk with a new NDN repo

Updated by Anonymous almost 9 years ago · 1 revisions