I am pretty new at this so the question might be stupid but- I'm working on a flutter app and I'm trying to add notifications to it. Everything works fine, but
Setup: Oracle Cloud Infrastructure Oracle Cloud DB: Autonomous DB. DB#1( Data Warehouse), DB#2(Transaction Processing) Problem: I can access DBs from Oracle Cl
The Code A is from the official sample project. I don't think the produceState is necessary, so I think I can replace Code A with Code B, is it right? BTW, the
I've searched a lot for solving this issue but nothing worked for me. I'm trying to install Kafka on my linux machine (Mint) and I've reached to this step where
What's the usecase? Our usecase is to take 100Million records from Postgres Materialized view and write it in 10K chunks into Redis Cache. What we tried: We
logs The database process was killed by the OS due to excessive memory consumption. It is recommended to tune your database workload and/or parameter usage to r
I'm developing a website where the user have to compile a form to start an equipment purchase procedure. In my django website I've created several models with t
In angular 1 we could do one time binding in this way: {{ ::myFunction() }}. In angular 2 this is throwing: EXCEPTION: Template parse errors: Parser Error: Un
Out of a set of data points I am following the routine below: points = [[0,0],[0,1]....[k, l]] Delunay triangulation to connect all the points of my data set t