Questions tagged [infrastructure]

393 questions
6
votes
10 answers

What's most important when you need to establish a software development infrastructure in your company?

Let's say you work for a huge company which suddenly decides to do custom in-house software development. Additionally, they want to be able to offer successful developments to their customers as well (if any). Now you are in charge of it. What would…
Michal
  • 3,141
  • 5
  • 27
  • 29
6
votes
2 answers

Can you create your own EC2 autoscaling triggers?

When using an auto-scaling group on EC2 the documentation says you can trigger new servers to come up based on cloudwatch metrics. Is it possible to launch new instances on your own? For example an app has an internal queue of items and once that…
James
  • 15,085
  • 25
  • 83
  • 120
5
votes
3 answers

DDD with .NET - Is there common infrastructure library available?

We're starting a web application using DDD and CQRS (using the ncqrs framework) and before we get started writing our own infrastructure class library, i wanted to see if any are already available. I'd think at least some basic interfaces and…
jaminto
  • 3,895
  • 3
  • 32
  • 36
5
votes
2 answers

How do VoIP services connect to landlines?

How do VoIP services, such as Skype and Yahoo, connect to landlines? We have a server connected to a landline using asterisk, so I'm thinking this server will bridge our VoIP conversation and connect it to a landline. But if this is the case,…
henry
  • 969
  • 2
  • 11
  • 21
5
votes
4 answers

Best way to organize a subversion repository of many small projects

To start out, I have looked at the following pages and don't quite have my answer: how-would-you-organize-a-subversion-repository-for-in-house-software-projects and how-do-you-organize-your-version-control-repository I have also looked at chapter 8…
BrianH
  • 7,932
  • 10
  • 50
  • 71
5
votes
2 answers

AWS Spot Instance Availability Zones

I'm trying to run an AWS Instance for as cheap as possible and I can see from the pricing history that in availability zone us-east-1d the current price is at $0.25 but in us-east-1a the price is $9.60. I put in a request for $0.3 and it's saying…
5
votes
4 answers

Best way of using Scrum and Sprint for Infrastructure improvement

Does anybody use Scrum & Sprint for Infrastructure. I'm struggling with the concept of a Sprint that never finishes i.e. a Network enhancement project. Also any suggestions on how Item time can be built up to a Product Backlog, so that I can sanity…
James Hogbin
  • 69
  • 1
  • 3
5
votes
3 answers

Are RESTful Web services right way for re-using infrastructure?

There is one controversy I see in using Web APIs (RESTful service) to access remote infrastracture. I would be grateful, if you could comment it. The recommendation coming from the article "RESTful Web Services vs. "Big" Web Services: Making the…
dzieciou
  • 4,049
  • 8
  • 41
  • 85
5
votes
4 answers

What is the difference between signing Certificate and Encryption Certificate?

What is the difference between between signing certificate and encryption certificate? I see that signing certificate cannot be used for encrypting the data only encryption certificate. What is the technical difference? Does both have public key and…
M Raji
5
votes
2 answers

Is there any data on how fast Azure VM local drives are?

I'm experimenting with OnStart() in my Azure role using "small" instances. Turns out it takes about two minutes to unpack a 400 megabytes ZIP file that is located in "local storage" on drive D into a folder on drive E. I though maybe I should do it…
sharptooth
  • 167,383
  • 100
  • 513
  • 979
5
votes
1 answer

what is going on inside of Nutch 2?

I eager to know (and have to know) about the nutch and its algorithms (because it relates to my project) that it uses to fetch,classify,...(generally Crawling). I read this material but its a little hard to understand. Is there anyone who can…
Soroush
  • 989
  • 2
  • 10
  • 16
4
votes
8 answers

Infrastructure for a software project

I'd be leading a new project soon. And I've been pondering over what are the basic infrastructure for a software project. These are the stuff that I think every project should have: -Coding style conventions -Naming conventions -Standard project…
liangzan
  • 6,804
  • 4
  • 29
  • 28
4
votes
1 answer

Terraform init failed. Error: Failed to query available provider packages

Installed terraform & init is failing. - Finding hashicorp/aws versions matching "~> 4.16"... ╷ │ Error: Failed to query available provider packages │ │ Could not retrieve the list of available versions for provider hashicorp/aws: could not connect…
4
votes
1 answer

Nextjs Real-time data: Should I use serverless with a separate websocket server or a normal Expressjs approach?

I've been using NextJs on Vercel for a while now because of its amazing development experience and performance but I didn't need to use real-time data with WebSockets in any of my applications until now. At the moment, however, I'm working on a new…
tavin-dev
  • 321
  • 3
  • 10
4
votes
2 answers

Terraform fires Cycle error when applying

I am trying to build a galera cluster using terraform. To do that I need to render the galera config with the nodes ip, so I use a file template. When applying, terraform fires an error Error: Cycle: data.template_file.galera_node_config,…
ppk
  • 568
  • 1
  • 7
  • 20
1 2
3
26 27