Re: REST server for the D4M Schema

2014-07-01 Thread Geoffry Roberts
I tried using D4M with Octave.  I found myself fighting incompatibility
issues to such an extent that I broke down an bought ML; which, btw, has
performed well.


On Mon, Jun 30, 2014 at 2:01 PM, Jianshi Huang jianshi.hu...@gmail.com
wrote:

 Hi David,

 I'm watching D4M course video. I have to say this stuff is AWESOME!!

 Is it commercially available? Can I use it without Matlab?

 Jianshi


 On Mon, Jun 23, 2014 at 10:12 PM, David Medinets david.medin...@gmail.com
  wrote:

 I am building a prototype REST server for the D4M Schema at
 https://github.com/medined/D4M_Schema/tree/master/rest. I've started
 to document the endpoints via the homepage of the REST server. I
 intend to get the REST server working to the point that you can use
 /grep to find records through a regular expression and /fieldset so
 you can define what columns to return.

 If you have a feature that you want in the REST server just let me
 know and I'll consider implementing it. Also feel free to fork the
 project and add your own functionality.




 --
 Jianshi Huang

 LinkedIn: jianshi
 Twitter: @jshuang
 Github  Blog: http://huangjs.github.com/




-- 
There are ways and there are ways,

Geoffry Roberts


Re: REST server for the D4M Schema

2014-06-30 Thread Jianshi Huang
Hi David,

I'm watching D4M course video. I have to say this stuff is AWESOME!!

Is it commercially available? Can I use it without Matlab?

Jianshi


On Mon, Jun 23, 2014 at 10:12 PM, David Medinets david.medin...@gmail.com
wrote:

 I am building a prototype REST server for the D4M Schema at
 https://github.com/medined/D4M_Schema/tree/master/rest. I've started
 to document the endpoints via the homepage of the REST server. I
 intend to get the REST server working to the point that you can use
 /grep to find records through a regular expression and /fieldset so
 you can define what columns to return.

 If you have a feature that you want in the REST server just let me
 know and I'll consider implementing it. Also feel free to fork the
 project and add your own functionality.




-- 
Jianshi Huang

LinkedIn: jianshi
Twitter: @jshuang
Github  Blog: http://huangjs.github.com/


Re: REST server for the D4M Schema

2014-06-30 Thread David Medinets
I agree about Dr. Kepner's class.

The D4M software is open source. Please read the license. The home
page of the software is http://d4m.mit.edu/.

You can use the schema without Matlab. One example is at
https://github.com/medined/D4M_Schema. You could load data using the
techniques from that project then use the D4M software with Matlab or
Octave for analysis. Or simply create your own analysis software.


On Mon, Jun 30, 2014 at 2:01 PM, Jianshi Huang jianshi.hu...@gmail.com wrote:
 Hi David,

 I'm watching D4M course video. I have to say this stuff is AWESOME!!

 Is it commercially available? Can I use it without Matlab?

 Jianshi


 On Mon, Jun 23, 2014 at 10:12 PM, David Medinets david.medin...@gmail.com
 wrote:

 I am building a prototype REST server for the D4M Schema at
 https://github.com/medined/D4M_Schema/tree/master/rest. I've started
 to document the endpoints via the homepage of the REST server. I
 intend to get the REST server working to the point that you can use
 /grep to find records through a regular expression and /fieldset so
 you can define what columns to return.

 If you have a feature that you want in the REST server just let me
 know and I'll consider implementing it. Also feel free to fork the
 project and add your own functionality.




 --
 Jianshi Huang

 LinkedIn: jianshi
 Twitter: @jshuang
 Github  Blog: http://huangjs.github.com/


REST server for the D4M Schema

2014-06-23 Thread David Medinets
I am building a prototype REST server for the D4M Schema at
https://github.com/medined/D4M_Schema/tree/master/rest. I've started
to document the endpoints via the homepage of the REST server. I
intend to get the REST server working to the point that you can use
/grep to find records through a regular expression and /fieldset so
you can define what columns to return.

If you have a feature that you want in the REST server just let me
know and I'll consider implementing it. Also feel free to fork the
project and add your own functionality.