The Wayback Machine - https://web.archive.org/web/20211126202321/https://github.com/topics/in-memory
Skip to content
#

in-memory

Here are 233 public repositories matching this topic...

locker
locker commented Nov 22, 2021

Sometimes we need to store a reference to an error object somewhere in the code so that we can return it to users. A good example is net.box: if the state machine is in the error state, we should return the error that caused the failure to all user requests. The problem is a user that got an error may link it to another error with [error.set_prev](https://www.tarantool.io/en/doc/latest/reference

SwayDB
charliefoxrf
charliefoxrf commented May 5, 2020

Use of the $geoNear pipeline stage results in:

[Error 40324] Unrecognized pipeline stage name: '$geoNear'

It's clear it is not currently supported in de.bwaldvogel.mongo.backend.aggregation.Aggregation.java

Example Mongo query usage:

db.places.aggregate([
   {
     $geoNear: {
        near: { type: "Point", coordinates: [ -73.99279 , 40.719296 ] },
        distance

Improve this page

Add a description, image, and links to the in-memory topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the in-memory topic, visit your repo's landing page and select "manage topics."

Learn more