Apache Geode: Distributed, in-memory database
geode.incubator.apache.org
Apache Geode: Distributed, in-memory database
1–10 of 65 posts
Re: Apache Geode: Distributed, in-memory database
#2Re: Apache Geode: Distributed, in-memory database
#3Let me guess: it's written in Java?
Why are all Apache projects are written in Java?
Re: Apache Geode: Distributed, in-memory database
#4Re: Apache Geode: Distributed, in-memory database
#5Let me guess: it's written in Java?
Yes. Why are all Apache projects are written in Java?
Re: Apache Geode: Distributed, in-memory database
#6Re: Apache Geode: Distributed, in-memory database
#7Let me guess: it's written in Java?
Yes. Why are all Apache projects are written in Java?
Re: Apache Geode: Distributed, in-memory database
#8Re: Apache Geode: Distributed, in-memory database
#9It's not immediately obvious to me how Geode is different from Redis. When would I want to use Geode over Redis, and vice versa?
Re: Apache Geode: Distributed, in-memory database
#10Feedback on the documentation: It's not immediately obvious to me how Geode is different from Redis. When would I want to use Geode over Redis, and vice versa?
Redis is a great read-intensive cache. It also has a powerful data model, but you have to use their data models. Example: If you want to run calculations on lists or sets, they have powerful operations you can call.
IMDG's such as Geode were built with the rise of automated trading in the finance industry.