Questions tagged [colocation]

9 questions
8
votes
1 answer

Prettier code formatting of tailwindcss classes bloats the file

Colocating code (graphql/css/js/html) in files is great. I use the TailwindCSS library to style my components, and the classnames package to insert classes dynamically. I also use Prettier to format my code. The problem is that it will format my…
Adrien Lemaire
  • 1,744
  • 2
  • 20
  • 29
5
votes
6 answers

Virtual Private Server Hosting vs. Colo + Own Server(s) for Early-Stage Web-App

I'm working on a web-application and need to figure out the best way to host it. I'm looking to minimize "Total Cost of Ownership," but it's more important to keep hosting costs low than labor costs in my case. Potentially, some day, it will grow…
xyz
  • 1,242
  • 9
  • 13
2
votes
1 answer

finding best deployment locations in aws regions

Given we are on aws platform we need to subscribe to different sources of data, which are located around the world. How can we efficiently determine what is the region with lowest latency to some target IP (not our browser)? There is a service…
vach
  • 10,571
  • 12
  • 68
  • 106
2
votes
1 answer

Howt to achieve data locality on Cassandra node

I'm looking for a solution, that will allow me to colocate the code with the data. As a Db I have Cassandra and would like to be able to get the data, that is on a specific node. The importance here is that I try to achieve it from my own code…
Dr.Khu
  • 665
  • 5
  • 17
1
vote
1 answer

Are there any pitfalls trying to run DNN on Windows Server 2008 Web Edition?

I am considering switching to a co-located solution running a DNN (DotNetNuke) installation and an email server that mostly just does alias forwarding. I think I can get DNS services outside of this colocation box - but that could be an issue. I am…
1
vote
1 answer

Netezza - What is colocation in the perspective of SQL?

I know that colocation is important for distributed joins in Netezza. At a high level, it has the following definition: All data for joins are located in the same SPU I also talked to some Netezza employees in the past and they mentioned that a…
user1836155
  • 858
  • 14
  • 29
0
votes
1 answer

Apache Ignite: Manual Data Colocation

So I understand data can be colocated together by use of an affinity function. My questions is, if it is possible to force data to be placed in a particular node? And then force rebalancing if I need that partition to be moved to another node. This…
0
votes
1 answer

Spatstat Point Pattern Analysis for colocalization

I am trying to do some cololcaization analysis, i.e. I want to show if one cell type tends to show up closer to another different celltype significantly in a microsopy image. I tried to do this with R spatstat package I was able to visualize my…
0
votes
1 answer

ActiveMQ Artemis replication colocated not working

I have a cluster of ActiveMQ Artemis and config them to replication colocated over network. Here is two configs of them: Broker1
user3611168
  • 335
  • 1
  • 6
  • 27