Questions tagged [scalable]

139 questions
0
votes
0 answers

Where Angular fits in scalable app architecture by Nicholas C Zakas

Today I watched a youtube video https://www.youtube.com/watch?v=vXjVFPosQHw on Scalable Javascript Application Architecture and I really like how simply author have explained the concept of architecture. After watching that video I am thinking of…
csjoshi04
  • 51
  • 7
0
votes
1 answer

Which DB type (relational / NoSQL and which type) to choose for a complex case

For one of our SaaS services we're investigating which DB to use as we're re-designing it from scratch. Our current solution uses MySQL and creates a seperate DB for each new customer. The current (global) structure is: - globaldb.globaltable =>…
0
votes
1 answer

How do I create and download scalable fonts to Zebra P4T

So, I've been tasked with making several of our in-house applications print using the Zebra P4T printers. Communicating with them has been rather pain free. However, I need a scalable font for part of it. I read the manual, and boy that sounds…
LoboMan
  • 1
  • 4
0
votes
1 answer

Need a storage solution that is scalable, distributed and can read data extremely fast and works with .NET

I currently have a data solution in RDBMS. The load on the server will grow by 10x, and I do not believe it will scale. I believe what I need is a data store that can provide fault tolerant, scalable and that can retrieve data extremely fast. The…
Mike Barlow - BarDev
  • 11,087
  • 17
  • 62
  • 83
0
votes
1 answer

Retrieve google news through Google CSE Api

I am searching a solution to retrieve news from google news. I am already retrieving the news from the RSS feed. But this is not scalable, and I will get blacklisted. I wanted to use Google CSE API (with billing option, I want to be able to send…
Antheak
  • 1
  • 1
0
votes
0 answers

Scalable Server to listen to POST messages

I have a python Flask listener waiting on port 8080.I expect a client to POST documents to this listener. #!/usr/bin/env python2 from __future__ import print_function from flask import Flask, request from flask.ext.cors import CORS from datetime…
liv2hak
  • 14,472
  • 53
  • 157
  • 270
0
votes
1 answer

scalable meanjs on digitalocean

I'm trying to learn a deployment process that can guarantee a headackeless scaling of a meanjs application (not in the level that people do it in big companies, but also not at a hobby level). So as long as I understood, this could be a solution to…
Ariam1
  • 1,673
  • 2
  • 13
  • 32
0
votes
1 answer

gnuplot gif not scalable with ttf font

After installing libgd on RedHat Linux, I found the path to .ttf fonts and used the full pathname to a DejaVu .ttf font (in 'set terminal gif font...") to create a .gif file from gnuplot. It looks good in a Firefox window, but when I change the…
dnvrdave
  • 117
  • 2
  • 7
0
votes
2 answers

Using multiple images to create a scalable control

Problem I needed to make controls that used images as backgrounds that could be any width without distorting the images. For example if I used a single image and stretched it the rounded corners of the image would become distorted. Solution The…
Falesh
  • 45
  • 5
0
votes
1 answer

What is the best way to have everything scalable when there is bg image in android app?

I have an image as background in my android application. The image contains some leaves in it (like image map). To let the user to click on the leaves, I've put some Button View on each of the buttons in the image. For the app to be scalable in…
mehrdad seyrafi
  • 3,084
  • 2
  • 19
  • 16
0
votes
1 answer

Procedurally generated GUI

I've developed an interactive audio visualization engine. I need to make its GUI scalable to various screen sizes with various PPIs (this includes both very large screens and mobile devices). Designer simply sent me a PSD with graphical…
user206334
  • 850
  • 1
  • 8
  • 18
0
votes
1 answer

How to download and print with Scalable fonts in a zebra printer

Does anyone know if it's possible "download" a specific scalable font to the memory of a zebra printer? And if it's possible, how can I do it and how could I write with the downloaded font?
0
votes
1 answer

MongoDB sharding for data warehouse

Sharding provide a scalable throughput and storage. Scalable throughput and storage is kind of a paradise for analytics. However there is a huge trade off that I think about. If I use hashed shard key, - write will be very scalable - however, if I…
rendybjunior
  • 572
  • 6
  • 19
0
votes
1 answer

how can i make an svg responsive

Hello i'm new to using svg while watching a tutorial the autor created an svg file with the following attributes to make it resposive and it works for him, the problem is when i'm trying to do the same the shape gets bigger and it's not resposive…
0
votes
1 answer

Fixed header navegation bloqued on smartphone with bootstrap

I have a problem with my FIXED header navigation on small devices (IOS even iphone5 and Android). My web is a desktop / tablet website developed also width Bootstrap, it have to be scalable in small devices to appreciate the navigation text. The…