Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
1 answer
299 views

What happens when you have an ordered topic and a scalable subscriber. I understand that for the ordered topic the ordering (with order key) will be maintained for that subscription. Can we have ...
Saumabha Majumdar's user avatar
1 vote
0 answers
40 views

Requirement is to rate limit the outgoing http calls to an external service based on a unique client identifier in highly scalable distributed microservice architecture. Explaination Suppose my ...
pankaj's user avatar
  • 1,733
0 votes
0 answers
54 views

I'm C# dev with focus on mobile apps and desktop, I've never done anything which includes cloud, cloud apps, web or cloud API (other than WCF). What is latest (LTS) technology for simple API with its ...
Kalixt's user avatar
  • 153
1 vote
1 answer
42 views

I'm trying to make an scalable Custom Form from an array of objects and a custom Input field, i'm working on a React-Typescript project import React, { ChangeEvent } from "react" import { ...
whyAmIStillWorking's user avatar
0 votes
2 answers
134 views

I am building an API application in Python that will be used by large volume of users to perform their job request. The user uses API endpoint to submit their job request providing input values. They ...
Sandeep's user avatar
1 vote
2 answers
146 views

I have a dataframe which contains cust_id|phone|email 1 678 a 2 NaN c 3 987 b 4 456 NaN 5 NaN d 7 456 c All the cust_ids with either matching phone or email are directly ...
chaitanya's user avatar
0 votes
0 answers
79 views

I have several questions regarding mapdb: Can I configure clusters in mapdb? Because I didnt find any blogs about that so I guess it doesnt offer that Several sources say that MapDB is scalable but ...
user avatar
1 vote
1 answer
804 views

I am trying to understand a system design where events are triggered based on certain time or expiration of a time values and these time values can be in the millions. I was researching something else ...
Guru's user avatar
  • 906
2 votes
2 answers
84 views

I have a pandas dataframe which has only one column, the value of each cell in the column is a list/array of numbers, this list is of length 100 and this length is consistent across all the cell ...
Shreyance Shaw's user avatar
3 votes
0 answers
530 views

Tried using Quartz scheduler, but it doesn't scale well. I need to schedule jobs dynamically for each user that runs after one month or after few months based on user input. Does anyone know which is ...
Kalika's user avatar
  • 53
0 votes
1 answer
146 views

So I am designing some search functionality where user will search a word over millions of, say tweets.Now i will build index service here that will store some sort of mapping of words to tweets.Now I ...
rahul sharma's user avatar
3 votes
0 answers
78 views

I am making a text-based game in C++ and I want to load the objects (weapons, enemies..) from an XML file. I want to implement my own XML parser. My XML file looks like this: <GameData> <...
johan boscher's user avatar
0 votes
1 answer
118 views

I am writing a Django project that it needs to be divided as production/development, but however my project looks like this, how can I organize in order to execute python manage.py runserver for dev ...
Brooke Smith's user avatar
0 votes
1 answer
83 views

We have client-server application where we are deploying clients on a different machine as a stand-alone application Client server communicates using REST APIs in a way client also exposes the REST ...
Dipak Ahuja's user avatar
3 votes
2 answers
3k views

I have to write a webservice in php to serve at three different zones/(cities or countries). Each zone will have its own machine to run this web service instance behind every webservice is a database ...
Ahmed's user avatar
  • 15.2k

15 30 50 per page
1
2 3 4 5
10