Questions tagged [riemann]

Riemann is a network event stream processing system written in Clojure.

Riemann is a network event stream processing system written in Clojure.

Webpage: https://riemann.io/

78 questions
0
votes
1 answer

Riemann Sum Estimation

I'm trying to calculate the value of n that solves the problem below. I am not exactly sure where I am messing up. I tried using a do while loop also, but I am having trouble figuring out the logic error. Could anyone assist? If S = √ (6*(…
0
votes
1 answer

custom config for riemann

I'm new to riemann and clojure as well. what is want is, when new event comes in, it checks its state and service, if both things got match it print some thing in console. here is my config file. (let [index (default :ttl 300 (update-index…
Muneeb Nasir
  • 2,414
  • 4
  • 31
  • 54
0
votes
1 answer

Number of prime number between 1 and n

I have been surfing on the internet and found an interesting video in which is mentioned that you can find number of primes between 1 and any number n using Riemann hypothesis and Riemann zeta function. My math knowledge is not this high and I don't…
1 2 3 4 5
6