User login

Lazy loading data from RDF

Science Collaboration Framework (SCF) has a "node proxy" module that allows Drupal to query a SPARQL endpoint and only loads the data when someone looks for it-- at this point it creates a node.

The system isn't bad and may be a good base lacking any established best practices in Drupal for lazy loading of nodes from outside data sources.

See also:

(Drupal 6 nodereference autocomplete for nodes you don't have... yet)
http://www.darrenmothersele.com/drupal-blog/node-reference-create-drupal-6-cck-node-reference-field

(Drupal 5) (referenced in this discussion; I also attended the Boston session)
http://ken.therickards.com/2007/03/24/oscms-xml-mashups-and-drupal-as-platform/
http://ken.therickards.com/2007/09/12/drupalcon-modules/
http://therickards.com/api/DrupalCON

(Drupal 6 and OO design patterns, including Singleton for lazy loading) (slides not up yet)
http://dc2009.drupalcon.org/session/objectifying-drupal-introduction-oop
http://agaricdesign.com/note/drupalcondc-patterns-and-object-orientation-drupal-code

Resolution

Searched words: 
Drupal lazy load node data from external data source no established best practices for lightweight instantiation of nodes found

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.