TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

We've been thinking about software integration wrong for the past 50 years

40 pointsby mprastover 1 year ago

14 comments

jerfover 1 year ago
It may not be immediately obvious, but this is basically another <i>cri de coeur</i> to the effect of &quot;Why can&#x27;t we make the Semantic Web work?&quot;<p>That&#x27;s a good question. But you need to start from the fact that people have actually tried really, <i>really</i> hard, rather than nobody having tried at all, and it in fact hasn&#x27;t worked despite rather substantial investment. When you start from there, you may obtain some useful understanding. Perhaps even useful understanding that will lead to solving some of the problem. I&#x27;ve got no problem with people jousting with windmills, I just think that anyone who wants to take such a task on really ought to research previous jousting attempts first if they want to succeed (as opposed to just doing it for fun).<p>But if you start from the blatently false presumption that you&#x27;re the first person to ever dream of data that can just flow between systems, well, yeah looking out into the world you&#x27;re going to be confused at what you see.<p>We have in fact tried the &quot;correct&quot; way, and it turned out not to be correct. Whereas what we&#x27;re doing now, however annoying it definitely is, does in fact at least partially work.
评论 #39463422 未加载
评论 #39459366 未加载
Animatsover 1 year ago
It&#x27;s a clickbait ad for something called &quot;Nerve&quot;.<p>The original idea for &quot;electronic data interchange&quot;[1] was to have a standard format for inter-company invoices, purchase orders, bills of lading, customs clearance, etc. So you only need N implementations, not N^2. This got going in the 1970s. So the formats are ancient. This is a flight ticket availability request in the international EDIFACT format.<p><pre><code> UNA:+.? &#x27; UNB+IATB:1+6XPPC:ZZ+LHPPC:ZZ+940101:0950+1&#x27; UNH+1+PAORES:93:1:IA&#x27; MSG+1:45&#x27; IFT+3+XYZCOMPANY AVAILABILITY&#x27; ERC+A7V:1:AMD&#x27; IFT+3+NO MORE FLIGHTS&#x27; ODI&#x27; TVL+240493:1000::1220+FRA+JFK+DL+400+C&#x27; PDI++C:3+Y::3+F::1&#x27; APD+74C:0:::6++++++6X&#x27; TVL+240493:1740::2030+JFK+MIA+DL+081+C&#x27; PDI++C:4&#x27; APD+EM2:0:1630::6+++++++DA&#x27; UNT+13+1&#x27; UNZ+1+1&#x27; </code></pre> This dates from when data communications were really expensive per byte. It&#x27;s also from when people were thinking in terms of forms expressed in machine-readable data, not an API which actually did something. There are about five different standards bodies for this sort of thing. There&#x27;s a mini-industry which converts this sort of thing to and from other formats.<p>Anyone involved in modern systems for this sort of thing?<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Electronic_data_interchange" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Electronic_data_interchange</a>
评论 #39460600 未加载
评论 #39461499 未加载
bradleybudaover 1 year ago
This is a neat idea, but the unfortunate reality is that every link in an &quot;integration chain&quot; is almost guaranteed to be lossy. The author notes an obvious version of this (what if one node doesn&#x27;t support a field that the other nodes do) but there are countless other types of loss in each link - structure (i.e. document data types), precision, limits (max field size, max number), other &quot;exotic&quot; datatypes (geography, binary blobs). Even mutability can cause lossiness - some of the fields in these systems are write-once, and even if creates and updates can be propagated, delete propagation is a Wild West in SaaS applications.<p>If you&#x27;re old enough to remember what happens when you make a repeated analog copy of something (fax machines, copy machines, VHS cassettes, etc) you know what happens with this kind of data flow topology. We advise our customers to do the &#x2F;exact&#x2F; opposite of this - follow as few links as possible for any piece of data and move towards hub-and-spoke, ideally with the hub as a highly configurable, low loss node - in my world, this is a data warehouse or data lake, but it might also mean an iPaaS or similar.
评论 #39463462 未加载
zer00eyzover 1 year ago
I...<p>I am dumbfounded.<p>With the current state of the market why in the name of all that is holy would you depend on one vendor to get to another?<p>I dont need to be at the whim of one vendor to get to the next one. What happens when the vendor in-between goes out of business or wants to present their own service or...<p>I have no words for how bad this idea is.
评论 #39458912 未加载
评论 #39460268 未加载
评论 #39459634 未加载
daltonlpover 1 year ago
An academic architecture almost always has the following basic characteristics:<p>1) It offers both superior control and convenience.<p>2) It is simple to comprehend and cheaper to operate.<p>3) Systems are connected to each other with drawn lines.<p>4) The architecture &quot;Decouples&quot; systems to make them simpler, not more complex.<p>5) Data structures map cleanly to each other, with no loss.<p>6) Data structures are 1-dimensional collections of &quot;fields&quot;.<p>7) The architecture is not used in production. No organizations depend on it economically.<p>.<p>On the other hand, a practical architecture can be distinguished by the following characteristics:<p>1) It is used in production. People rely on it daily.<p>2) It is expensive, and needs constant human attention to balance control and convenience.<p>3) It has no optimal state - only varying states of failure.<p>4) Its systems have myriad ways to connect. Some are incompatible with others.<p>5) Data structures are messy and arbitrary. Some are provably incorrect.<p>6) Unicode in particular is a problem.<p>7) It is not comprehensible by any single person.<p>.<p>With apologies to Admiral Rickover :)
weegoover 1 year ago
This is full of opaque phrases that I guess make sense to the author.<p>I highly doubt theres a solution to anything in there.
评论 #39458948 未加载
axelthegermanover 1 year ago
I agree that moving data between arbitrary systems is an admirable goal, but this whole article doesn&#x27;t make any sense nor solves anything.<p>Data migration is more than just &quot;a function&quot; that we can &quot;just apply&quot;. Maybe this would work if all integrations were written in compatible languages with some sort of common SDK&#x2F;API.<p>There is a reason open standards exist, to achieve interoperability. They have drawbacks like slower innovation cycles due to being standardized and now hard to change - hence all our $bigcorp don&#x27;t give a flying fart and instead keep building up their walls which often don&#x27;t even provide the ability to implement point to point integrations
ivan_gammelover 1 year ago
Having Salesforce, Zendesk, Hubspot and Pipedrive that share the same data in one company I would immediately start cutting costs instead of thinking about integration. Even if I had to think about it, the only correct approach for data propagation is directly from source of truth (or in &quot;colonial&quot; terms - master system) to dependent systems, and the only middleware in between them being data delivery (simple queue or ESB, workflow automation platform like Camunda or Zapier etc).
评论 #39459335 未加载
lijokover 1 year ago
We tried this when we were building DAM integrations. It doesn&#x27;t work. Lossy integrations. You convert a datetime from Zendesk to your format via Hubspot and it goes from 1943-01-01T14:00:00Z to 0 because HubSpot stores that field as a unix timestamp and is very lax around bounds. You pull a decimal and you loose precision. Floats become ints, lists become dicts, strings become xml, binary blobs become urls, etc.
BrandoElFollitoover 1 year ago
I am always put off by articles titled &quot;we&#x27;ve been doing X wrong for Y years&quot; (&quot;and #3 will shock you!&quot; :)).<p>I have the feeling that this is the article of someone who has a vision under the shower and shares it with the wrong-doers to bring them wisdom.<p>Now, I have not read this specific article so it may be revolutionary for once.
kkfxover 1 year ago
The software integration wrong is wrong BEFORE the web, the idea of an OS like a container ship and applications as container on the ship, able to &quot;interact each others only with cut&amp;paste, DnD humanly, or programmatically with some &quot;desktop bus&quot; is a commercial move that fail the entire subsequent IT development.<p>The original model was an OS-framework where an application was just a bit of code added to the common live codebase.<p>The web 2.0 try to reimplement such model without admitting the commercial horror we are in. Hence it can only fails despite all the progresses. Web n.x can&#x27;t solve the underlying issue. The solution we have is simply accept that software as a product and as a service can&#x27;t exists in a proper IT sound world. Data can be sold, iron can be sold, not more.<p>Data can be XML, EDI, json, yaml, ... as long as we have the base we can have easy enough integration because agreeing with a real world standard is not something doable up front while having the flexible base, the ease user-level&#x2F;high-level development of classic systems do solve much integration issue. Try Emacs and you&#x27;ll understand.
apimadeover 1 year ago
Hey Matt, it&#x27;s a really neat product idea. I&#x27;d really recommend taking a niche and building it for that first. Selling a new Enterprise-wide integration tool is hard. Selling a new data orchestration concept will be harder. I recently moved out of that area, but I worked in this space for about a decade.<p>I can already see the rejections:<p>Debugging and Support: Rather than a centralised support system with levels, to support this you&#x27;d need a technical user familiar with the integration, or have the field mappings so well-documented and available a level 2 support rep could figure it out. The latter will never happen.<p>Brittle: This introduces a lot of risk to the organisation, as understanding conditions of failure and what the repercussions are in the event one of those services stops working becomes.. Complicated. There&#x27;s a reason authN&#x2F;authZ providers have opted for hub &amp; spoke model, and that&#x27;s because you need a highly specialised, often under-resourced team to look after it. Sound familiar? If you&#x27;ve worked in integration, it will.<p>Development and Resourcing: Like any proprietary product, this is another thing to hire for, and support. The uplift required for someone to understand this concept, and run with it for the use-case you&#x27;ve offered which is adopting it across the entire organisation requires.. Executive-level buy-in. To put it plainly, adopting this would introduce too much risk to the business in its current form.<p>I&#x27;d recommend taking a smaller bite with your approach. You&#x27;re one person. Take a niche, and build something people want for that - people don&#x27;t want technology for the sake of technology anymore. That money&#x27;s dried up, and if you&#x27;re trying to form a business off this concept - you&#x27;ll need deep pockets to develop it.<p>Here&#x27;s one that could be relatively successful: Take SIEM tooling, for example. For small and medium-sized businesses, operating a SIEM can be a massive undertaking. Usually the first thing an organisation wants to understand when they look to do this is: what audit logs do we have, and how can we look at audit logs for a user or employee across a range of services. Every company operating in a regulated environment, or company wanting to ensure they understand what an employee did during their last 2 weeks of offboarding would be interested in this.<p>If you built a product and demo purely to extract user&#x2F;employee audit logs from services and expose them in this interface - I&#x27;d be lining up to try it.
评论 #39459319 未加载
hadlockover 1 year ago
This might be functional for a startup with an exit horizon of 2 years and nobody needs to inherit&#x2F;own the mistakes of green biz-ops people who don&#x27;t know what they&#x27;re doing.<p>I&#x27;ve had to integrate new functionality with disasters like this and it is always a huge pain to support. Especially when the one guy maintaining the zendesk application leaves the company and we&#x27;re like, &quot;what is the purpose of this zendesk app in the django monolith doing?&quot; and six months after we update it to support the new thing we added, we find out that django app&#x27;s functionality was superceeded by xyz a year ago.<p>If I found out the mission critical biz ops side of the company was run like this I would not accept the offer.
Almondsetatover 1 year ago
Author has discovered (f ∘ g)(x) and wants to tell the world about it