Skip to content
Snippets Groups Projects
Commit f44f45a8 authored by Cam Saul's avatar Cam Saul
Browse files

revert accidental debug commit

parent c667d6b9
Branches
Tags
No related merge requests found
......@@ -145,18 +145,6 @@
"count" {$sum 1}}}
{$project {"_id" false, "count" true}}))
(defn u []
(with-mongo-connection [^DBApiLayer conn (sel :one Database :name "Strider")]
(binding [*collection-name* "venues"]
(eval (aggregate {$match {:atlas_id {$exists true}}}
{$group {"_id" nil
"count" {$sum 1}}}
{$project {"_id" false, "count" true}})))))
(defn x []
(with-mongo-connection [^DBApiLayer conn (sel :one Database :name "Strider")]
))
(defaggregation ["stddev" field-id]
nil) ; TODO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment