DANYSEK: záleží, jak to bude řešené. Udělal bych to jako Bezos:
- All teams will henceforth expose their data and functionality through service interfaces.
- Teams must communicate with each other through these interfaces.
- There will be no other form of inter-process communication allowed: no direct linking, no direct reads of another team’s data store, no shared-memory model, no back-doors whatsoever. The only communication allowed is via service interface calls over the network.
- It doesn’t matter what technology they use.
- All service interfaces, without exception, must be designed from the ground up to be externalizable. That is to say, the team must plan and design to be able to expose the interface to developers in the outside world. No exceptions.
The mandate closed with:
Anyone who doesn’t do this will be fired. Thank you; have a nice day!
více viz tady:
http://apievangelist.com/2012/01/12/the-secret-to-amazons-success-internal-apis/
Pokud pak máš připravený takový interface, který mohou ostatní konzumovat, integrace může přijít později.
Sám říkáš, že na TSK je těch informací a dat hodně a každý neví, kde co hledat. Software tohle právě vyřeší za předpokladu, že všecha ta data budou nějakým způsobem normalizovaná.