Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Sreedhar

Pages: [1]
1
General Board / EA with MySQL Replication ?????
« on: April 08, 2015, 12:11:41 am »
We have tried different possibilities (cloud service, Version Control, EA replication) to solve the EA performance issues while accessing from different locations across the globe Like Asia, Europe. At last, we see MySQL replication is right candidate and suits us with our internal tools.

Does any one had already attempted to do this for EA repository ?

Do you see any practical issues in dealing with this solution ?

2
General Board / Re: EA with MySQL Replication Vs Config mgmt tool
« on: March 28, 2015, 05:42:28 pm »
Is it a worth try attempting VC in my case ???

3
General Board / Re: EA with MySQL Replication Vs Config mgmt tool
« on: March 26, 2015, 11:37:43 pm »
Well, when it comes to configuration management tool. I have few worries like...

1. As per the information provided in EA, We can only checkout the artifact at package level.

If i modify the element in the current package depends on other element  available in another package. What would be consequences ?

2. Once you checkout the package, Can other colleagues checkout element and able to modify within the package ??

Please suggest me.

4
General Board / EA with MySQL Replication Vs Config mgmt tool
« on: March 26, 2015, 11:26:17 pm »
Dear Friends,

I am seeking your suggestions and experiences with this topic.

We are planning to setup a EA repository can be accessible from different regions of the world (Country in Europe, Country in Asia).

We have tried the cloud service with EA 11. But not much success with this.

Hence, thinking to solve the problem with MySQL Master-Master replication or Having configuration management tool.

Please share your thoughts.

5
thank you for the suggestion.

If we want to update the HTML screens with fresh data, We just need to trigger the eap again and again.

6
Yes, VKN - you are right.

What ever the solutions so far came across to me are looking for the .eap project. Then, using API the existing diagrams will be exported.

We were thinking to leverage the mysql database storage by having offline solution to pick the diagrams existing in models. that way, we can provide read access to the users only interested in checking final output. than having installation of EA in their system and have a look for models.

Let me give my idea : We are storing the image content as blobs in mysql database columns. Can we extract the blob content and make a image ?

7
thank you for the suggestion.

I am looking for offline solution. Like i am going to write java program and get the information from MySQL. Create a diagram.

Did you come across any examples with this requirement ?

Please share the example.

8
Usually in EA, We do following

- Open the diagram
- Save image as Diagram

1. How can we do this with any program (C#,Java) in EA ?

We use the MySQL repository.

1. Is there any way, we can create a diagram from the diagram/objects stored in tables using any program (C#,Java)?

Pages: [1]