Viewing profile — aries185
aries185
HN member- Joined
- Wed, Feb 03, 2016, 1:11 AM UTC
- HN karma
- 13
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About aries185
Recent public activity
-
comment
Comment #37880734
It's not a pivot. MongoDB Atlas Search still exists and MongoDB Atlas Vector Search is it's own thing.
-
comment
Comment #35823257
For clarification: MongoDB is still Free as in beer, but not free as in Libre. IOW, Anyone can use MongoDB without paying money, but they cannot offer it to others as-a-service wit…
-
comment
Comment #35741755
This is true. And now MongoDB is miles better.
-
comment
Comment #25986284
Redis is still FOSS under the BSD license. If Redis Labs were to change the Redis license, AWS would fork it in a heartbeat. To help clear up confusion you can read about the Redis…
-
comment
Comment #25986269
While it is true that Salvatore retired last year, Redis is still FOSS under the BSD license, and it has a new governance team. Redis Labs is in the drivers seat with 3 of the 5 me…
- story
-
comment
Comment #21209551
One place to start is Chris Richardson's http://microservices.io
-
comment
Comment #19264921
When used as a cache, Redis is often used as a 'look aside cache' (vs 'look thru cache'). Generally speaking, Redis does not talk directly to your database. Instead, your code look…
-
comment
Comment #19202596
Yes, but not Redis open source, which has been and always will be Free Open Source Software http://antirez.com/news/120 . The 'Redis' that people pay for is Redis Enterprise, or an…
-
comment
Comment #17821885
For clarification, here's the official response from the Redis Labs's website: "the license for open source Redis was never changed. It is BSD and will always remain BSD." Only Red…
-
comment
Comment #16756277
Checkout Netflix’s Conductor https://netflix.github.io/conductor/