18:00:00 #startmeeting tws 18:00:00 Meeting started Mon Nov 24 18:00:00 2014 UTC. The chair is tbachman. Information about MeetBot at http://ci.openstack.org/meetbot.html. 18:00:00 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 18:00:00 The meeting name has been set to 'tws' 18:00:04 #chair alagalah 18:00:04 Current chairs: alagalah tbachman 18:00:12 #topic agenda 18:00:38 #info presentation on XSQL 18:06:44 alagalah: rofl 18:07:31 flaviof: :) 18:08:18 #topic XSQL presentation 18:12:07 * tbachman whistles dixie 18:13:49 :) 18:16:21 tbachman: https://www.youtube.com/watch?v=nQB4nAjZIdE 18:16:51 flaviof: lol! 18:17:43 #info xSQL is a query language for trees 18:18:26 #info xSQL examines the schema context of the yang models, and develops a blueprint using each node type in the tree with each parent 18:18:54 #info This allows you to just extract data from a node in the tree just using a node type 18:19:58 #info For exmple, with a module structure of node/node-connectors/node-connector-statistics, xSQL will examine the schema contents and map that node-connector-statistics has a parent type of node-connector 18:20:21 #info It is modeled after the SQL language for queries 18:20:48 #info dbainbri asks if select allows things like field matches 18:21:09 #info Sharon says yes - it walks all the data, and currently doesn’t use indexes 18:21:25 #info It takes each node root and starts traversing the data according to the schema 18:21:43 #info right now is defined as one thread, but can do 20-30 at one time 18:23:38 #info It also allows you to avoid joins with queries 18:24:56 #info dbainbri asks if they’ve looked into doing “graph-ish” qeuries, like “find all the nodes joined by this node-connector" 18:25:22 #info Sharon says the yang model is a tree 18:26:38 #info Sharon says it all depends on how a link is defined between two edges 18:32:05 #info alagalah asks what projects need to do in order to leverage xSQL 18:32:32 #info alagalah asks how rich the SQL-like language is 18:37:34 #link https://www.opendaylight.org/sites/opendaylight/files/bk-user-guide.pdf Helium User Guide, which has section on xSQL 18:51:32 what was the telnet command? 19:00:25 #link https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:XSQL XSQL Wiki page 19:00:30 alagalah: thx! 19:01:00 #info Use “ telnet 0 34343” to telnet into the XSQL command handler 19:01:55 #endmeeting