Questions tagged [eda]

event-driven architecture

Event-driven architecture (EDA) is a software architecture pattern promoting the production, detection, consumption of, and reaction to events.

74 questions
35
votes
3 answers

What is SEDA (Staged Event Driven Architecture)?

SEDA: An Architecture for Well-Conditioned, Scalable Internet Services "SEDA is an acronym for staged event-driven architecture, and decomposes a complex, event-driven application into a set of stages connected by queues." I understand that it's an…
SEDA
  • 359
  • 1
  • 3
  • 3
29
votes
5 answers

Good resources to learn about Event Driven Architecture

Looking for books, blogs, web sites or videos. At the moment I am getting a lot of value from the blogs of Udi Dahan and Greg Young, but I was wondering if there are any other experts out there worth listening to?
Codebrain
  • 5,195
  • 4
  • 26
  • 21
13
votes
2 answers

Event-driven architecture and structure of events

I'm new to EDA and I've read a lot about benefits and would probably be interested to apply it during my next project but still haven't understood something. When raising an event, which pattern is the most suited: Name the event "CustomerUpdate"…
6
votes
5 answers

Closing a PreparedStatement after a single execute – is it a design flaw?

I have looked into various places, and have heard a lot of dubious claims, ranging from PreparedStatement should be preferred over Statement everywhere, even if only for the performance benefit; all the way to claims that PreparedStatements should…
afk5min
  • 1,856
  • 19
  • 32
5
votes
4 answers

Apache Camel ESB for C# and Java EDA

We are looking at integrating some of our coarse grained business Services using an Event Driven Architecture (EDA) and the server side of these Services (REST) are implemented in both Java and .NET (C#). We originally thought of using RabbitMQ (and…
Dokie
  • 304
  • 3
  • 9
4
votes
1 answer

API vs Event in Microservice approach

What about Smart endpoints and dumb pipes in terms of different type of requests? After reading that I was thinking that it's enough to subscribe for some events and deal with that. But now I've realised that sometimes you should have opened API…
user1016265
  • 2,169
  • 3
  • 26
  • 47
3
votes
1 answer

Regex remove duplicate phrases in multiline string

What is the problem: I have a multiline text, for example: 1: This is test string for my app. d 2: This is test string for my app. 3: This is test string for my app. abcd 4: This is test string for my app. 5: This is test string for my app. 6: This…
G43beli
  • 3,154
  • 4
  • 14
  • 25
2
votes
1 answer

Programming language for graphics, semiconductor layout

Is there any programming language to do graphical layout for semiconductor manufacturing? So far I am using LEdit, an expensive and rudimentary CAD program. As my design is composed of hundreds of identical cells with only small variations, creating…
Dan
  • 21
  • 1
2
votes
3 answers

Need help on selecting items in simple database in python

I'm trying to write a circuit schematic drawing tool in Python. I'm creating a simple database based on dictionaries which holds all the components and their properties. I'm also trying to create a simple query language where you can select, for…
michael
2
votes
1 answer

Clock in eda-playground.com in verilog

When trying to get the Clock waveform to display in EDA Playground I get the error "Execution interrupted or reached maximum runtime". How do I get the wave form to show? Code on EDA Playground: module test; reg clk; initial begin …
Abhi
  • 31
  • 3
2
votes
2 answers

Conversion function "To_bit" must have exactly one formal parameter

I am getting above error while running modelsim on a VHDL Testcase and I am unable to understand why is it an error. The Testcase: LIBRARY IEEE; Use ieee.std_logic_1164.all; entity a is port (in11 : in std_logic ); end a; Architecture a of a…
Dharmendra
  • 364
  • 4
  • 18
2
votes
2 answers

Giving users immediate response in Event Driven Architecture

I have been reading a lot about Event Driven Architecture and it makes a lot of sense to me, but the issue of giving users immediate feedback is confusing me. Say there is a service ('EmployeeService') that holds a list of all employees. The…
Paul T Davies
  • 2,377
  • 1
  • 18
  • 34
2
votes
5 answers

Open-source EDA project

Do you know any open-source project in EDA (Electronic Design Automation) looking for C++ programmers?
grigy
  • 6,206
  • 11
  • 46
  • 74
1
vote
0 answers

Javaspaces, Rest and event-driven architectures

I'd like to know more about the convergence of Javaspaces, REST and Event-driven architectures. Where I could look for information about all technologies together, please? Thanks ^_^
Sergio
  • 772
  • 1
  • 7
  • 26
1
vote
1 answer

Using SOA/EDA in a ECommerce application

As a company directive we are looking at using SOA/EDA as a targeted Architecture for re-factoring our 12 year old ECommerce site. The site has run its course and has become a challenge in adding new features and keeping it running. Based on a lot…
boyd4715
  • 2,563
  • 7
  • 46
  • 75
1
2 3 4 5