Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bauman committed Oct 5, 2019
1 parent eca59a8 commit 8550f47
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
[![Build Status](https://travis-ci.org/bauman/bsonsearch.svg?branch=py3)](https://travis-ci.org/bauman/bsonsearch)

Playground
================
Plenty of examples are available with the python API within the dockerized playground
```bash
docker pull bauman/bsonsearch:notebook
docker run -ti --rm -p8888:8888 --name bsearch_playground bauman/bsonsearch:notebook

```
Basics folder contains some overview information

http://localhost:8888/tree/basics


Modules folder contains examples using plugin modules (currently yara and discodb)

http://localhost:8888/tree/modules

License
================
This code is licensed under permissive Apache 2 and MIT license.
Expand Down Expand Up @@ -28,9 +45,6 @@ This repo continues the effort for a minimally functional and complimentary bson

The officially supported [server matching engine](https://github.com/mongodb/mongo/tree/master/src/mongo/db/matcher) will always be far superior option.

speed comparison against json
==========
https://github.com/bauman/bsonsearch/blob/master/data/bsonsearch_vs_ujson_and_dict_search.ipynb



Expand Down Expand Up @@ -557,6 +571,12 @@ Crypto limited access querying example
see https://github.com/bauman/bsonsearch/blob/master/bsonsearch_crypto_example.ipynb


speed comparison against json
==========
https://github.com/bauman/bsonsearch/blob/master/data/bsonsearch_vs_ujson_and_dict_search.ipynb



streaming example
==================

Expand Down

0 comments on commit 8550f47

Please sign in to comment.