Re: [U2] Friendfeed and U2 EDA similarities

2011-02-28 Thread Symeon Breen
Sounds brilliant - just the kind of community resource we need in U2 

 

 

Well done.

 

 

 

From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of DavidJMurray
(mvdbs.com)
Sent: 25 February 2011 21:01
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Friendfeed and U2 EDA similarities

 

 

I am putting the finishing touches to a py2ic package using ctypes to
interface to intercall.

I want to include unit testing due to the multiple platforms, but unit
testing in python is new to me, so I'm just pottering along and learning as
I go.

When I'm finished, I was going to have a look at a F-Correlative interpreter
in python, but maybe a EDA to PostgreSQL using python might be more
interesting.

djm


slestak wrote:

 Oh, but pls do. I'll help.





-

Learn and Do
Excel and Share


http://mvdbs.com http://mvdbs.com
--
View this message in context:
http://old.nabble.com/Friendfeed-and-U2-EDA-similarities-tp30953121p31016359
.html
Sent from the U2 - Users mailing list archive at Nabble.com.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users 

  _  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1204 / Virus Database: 1435/3467 - Release Date: 02/25/11

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Friendfeed and U2 EDA similarities

2011-02-25 Thread Steve Romanow
Oh, but pls do. I'll help.

On 2/24/11, DavidJMurray (mvdbs.com) nab...@mvdbs.com wrote:

 Then I won't get carried away and write a python middle-ware driver.


 slestak wrote:


 I do not know.  I have not worked at the site that had exposure to EDA
 in almost 6 years.  My current gig is not using it.




 -

 Learn and Do
 Excel and Share


 http://mvdbs.com http://mvdbs.com
 --
 View this message in context:
 http://old.nabble.com/Friendfeed-and-U2-EDA-similarities-tp30953121p31008830.html
 Sent from the U2 - Users mailing list archive at Nabble.com.

 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users


-- 
Sent from my mobile device
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Friendfeed and U2 EDA similarities

2011-02-25 Thread DavidJMurray (mvdbs.com)

I am putting the finishing touches to a py2ic package using ctypes to
interface to intercall.

I want to include unit testing due to the multiple platforms, but unit
testing in python is new to me, so I'm just pottering along and learning as
I go.

When I'm finished, I was going to have a look at a F-Correlative interpreter
in python, but maybe a EDA to PostgreSQL using python might be more
interesting.

djm


slestak wrote:
 
 Oh, but pls do. I'll help.
 
 
 


-

Learn and Do
Excel and Share


http://mvdbs.com http://mvdbs.com 
-- 
View this message in context: 
http://old.nabble.com/Friendfeed-and-U2-EDA-similarities-tp30953121p31016359.html
Sent from the U2 - Users mailing list archive at Nabble.com.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Friendfeed and U2 EDA similarities

2011-02-25 Thread Steve Romanow

If you need any more eyes for testing I would love to help.

On 2/25/2011 4:00 PM, DavidJMurray (mvdbs.com) wrote:

I am putting the finishing touches to a py2ic package using ctypes to
interface to intercall.

I want to include unit testing due to the multiple platforms, but unit
testing in python is new to me, so I'm just pottering along and learning as
I go.

When I'm finished, I was going to have a look at a F-Correlative interpreter
in python, but maybe a EDA to PostgreSQL using python might be more
interesting.

djm


slestak wrote:

Oh, but pls do. I'll help.





-

Learn and Do
Excel and Share


http://mvdbs.com http://mvdbs.com


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Friendfeed and U2 EDA similarities

2011-02-24 Thread DavidJMurray (mvdbs.com)

Then I won't get carried away and write a python middle-ware driver.


slestak wrote:
 
 
 I do not know.  I have not worked at the site that had exposure to EDA 
 in almost 6 years.  My current gig is not using it.
 
 


-

Learn and Do
Excel and Share


http://mvdbs.com http://mvdbs.com 
-- 
View this message in context: 
http://old.nabble.com/Friendfeed-and-U2-EDA-similarities-tp30953121p31008830.html
Sent from the U2 - Users mailing list archive at Nabble.com.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Friendfeed and U2 EDA similarities

2011-02-21 Thread DavidJMurray (mvdbs.com)

So, no-one is actually doing active development and clever things with EDA? I
was just wondering since UniVerse now has EDA, someone must be doing
something wonderful with it besides ticking boxes in a tender document?

Or is it a secret-squirrel VAR thing? :)

Cheers,

djm



David Jordan wrote:
 
 The main benefit for EDA is to be able to tell clients that your
 application runs on Oracle, DB2, SQL Server, etc.  
 
 The question is, how much of the Database needs to be put on the external
 database to satisfy a customer's expectation.  Do you just transport
 information for enquiry/data warehouse data or do you transfer the whole
 transaction database.
 
 One are to be aware is that most pick applications are pessimistic locking
 and SQL databases prefer optimistic locking for performance.   It would
 usually require U2 to the only application updating the database.
 
 


-

Learn and Do
Excel and Share


http://mvdbs.com http://mvdbs.com 
-- 
View this message in context: 
http://old.nabble.com/Friendfeed-and-U2-EDA-similarities-tp30953121p30979366.html
Sent from the U2 - Users mailing list archive at Nabble.com.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Friendfeed and U2 EDA similarities

2011-02-21 Thread Steve Romanow

On 2/21/2011 1:34 PM, DavidJMurray (mvdbs.com) wrote:

So, no-one is actually doing active development and clever things with EDA? I
was just wondering since UniVerse now has EDA, someone must be doing
something wonderful with it besides ticking boxes in a tender document?

Or is it a secret-squirrel VAR thing? :)

Cheers,

djm

I do not know.  I have not worked at the site that had exposure to EDA 
in almost 6 years.  My current gig is not using it.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Friendfeed and U2 EDA similarities

2011-02-20 Thread Steve Romanow
IIRC, the company that asked for it was losing sales to competitors
for their app based purely on name-brand and needed to store data on
DB2 for a customer.  DB abstraction is a good thing.  Would be cool if
we had a real ORM, but as we have seen, instead of using industry
practices, we have yet another very specialized tool.

I think it works well, but I would be wary of MSV data when expecting
live updates.

On Sat, Feb 19, 2011 at 5:31 PM, DavidJMurray (mvdbs.com)
nab...@mvdbs.com wrote:

 Is anyone using the EDA features of U2?

 I assume that at least one VAR must have wanted the ability to use another
 DBMS besides the U2 one as the amount of effort in implementing EDA is no
 small task.

 I was just interested in the applications and purpose of EDA.

 Cheers,

 djm


 DavidJMurray (mvdbs.com) wrote:


 The method is very, very similar to the U2 EDA.




 -

 Learn and Do
 Excel and Share


 http://mvdbs.com http://mvdbs.com
 --
 View this message in context: 
 http://old.nabble.com/Friendfeed-and-U2-EDA-similarities-tp30953121p30967550.html
 Sent from the U2 - Users mailing list archive at Nabble.com.

 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Friendfeed and U2 EDA similarities

2011-02-20 Thread David Jordan
The main benefit for EDA is to be able to tell clients that your application 
runs on Oracle, DB2, SQL Server, etc.  At the end of the day the customer may 
just run U2, but it enables a VAR to meet a criteria.  Tender documents might 
require that products have to run on Oracle that would have denied U2 
applications the opportunity.  Termenos has sold their pick application on 
Oracle.  As a banking system, customers feel more comfortable with Oracle as a 
database, so why loose the sale when you can say I run on Oracle.

The question is, how much of the Database needs to be put on the external 
database to satisfy a customer's expectation.  Do you just transport 
information for enquiry/data warehouse data or do you transfer the whole 
transaction database.

One are to be aware is that most pick applications are pessimistic locking and 
SQL databases prefer optimistic locking for performance.   It would usually 
require U2 to the only application updating the database.

Regards

David Jordan

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Friendfeed and U2 EDA similarities

2011-02-19 Thread DavidJMurray (mvdbs.com)

Is anyone using the EDA features of U2?

I assume that at least one VAR must have wanted the ability to use another
DBMS besides the U2 one as the amount of effort in implementing EDA is no
small task.

I was just interested in the applications and purpose of EDA.

Cheers,

djm


DavidJMurray (mvdbs.com) wrote:
 
 
 The method is very, very similar to the U2 EDA.
 
 


-

Learn and Do
Excel and Share


http://mvdbs.com http://mvdbs.com 
-- 
View this message in context: 
http://old.nabble.com/Friendfeed-and-U2-EDA-similarities-tp30953121p30967550.html
Sent from the U2 - Users mailing list archive at Nabble.com.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] Friendfeed and U2 EDA similarities

2011-02-17 Thread DavidJMurray (mvdbs.com)

Found an small interesting article about how the web site friendfeed store
their data within MySQL rather than using a non-sql database.

The method is very, very similar to the U2 EDA.

If anyone is interested in this EDA technique -
http://bret.appspot.com/entry/how-friendfeed-uses-mysql

or my article - http://mvdbs.com/2011/02/17/friendfeed-and-eda/

Cheers,

djm



-

Learn and Do
Excel and Share


http://mvdbs.com http://mvdbs.com 
-- 
View this message in context: 
http://old.nabble.com/Friendfeed-and-U2-EDA-similarities-tp30953121p30953121.html
Sent from the U2 - Users mailing list archive at Nabble.com.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users