0
votes
0answers
63 views

HDF vs NOSQl solutions

Hi I get a look in some scientific data stored in HDF5 format and I was wondering if there is any NoSQl solution that will reach the same performance in read/write as HDF5 . The data of my example ...
3
votes
4answers
451 views

NoSQL and BIG DATA

I am doing an internship on Big Data technologies so I am new to this area. My question is about the use of NoSQL in the Big Data architecture. Do we need always to use a distributed storage (like ...
1
vote
2answers
220 views

What kinds of visual content, tables or diagrams might I want to include in my Project Architecture Document?

Besides logical and physical architecture diagrams, comps / mockups and tables for expected network load between components and various data schemas, what kinds of visual content, tables or diagrams ...
1
vote
2answers
138 views

“Documenting Software Architectures” differences between first and second ed [closed]

I know that this is not a programming question but it is related and I didn't know where else to ask. How much does the second edition of "Documenting software architectures, views and beyond" by ...
3
votes
1answer
610 views

How do I document the architecture of an existing application? [duplicate]

Possible Duplicate: Methodology for Documenting Existing Code Base What is the best format/setup for an architecture document? That is, the document that comes out of brainstorming an idea ...
0
votes
4answers
511 views

A software architecture document should present the technology used?

When writing a software architecture document, should we present the technology used and how it connects to the system qualities we want achieve? For example, we chose .NET because arg1, arg2 .. My ...
10
votes
5answers
5k views

Fastest way to document software architecture and design

We are a small team of 5 developers and I'm looking for some great advices about how to document the software architecture and design. I'm going for the sweet spot, where the time invested pays off. I ...
3
votes
2answers
310 views

What do you put into an Architecture Specification?

I'm currently revising a number of document templates for my company. One thing we've never had is a formal Architecture Specification, so I'm starting to put one together. What sort of things do ...
8
votes
5answers
404 views

Is an architecture description document a violation of the DRY Principle?

The DRY Principle (Don't Repeat Yourself) states that "every piece of knowledge must have a single, unambiguous, authoritative representation within a system." Most of the time this refers to code, ...