• Stars
    star
    74
  • Rank 414,800 (Top 9 %)
  • Language
    Julia
  • License
    Other
  • Created over 5 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

MongoDB driver for the Julia Language

Mongoc.jl

License CI appveyor codecov dev stable

Mongoc.jl is a MongoDB driver for the Julia Language.

It is implemented as a thin wrapper around libmongoc, the official client library for C applications.

Given that BSON is the document format for MongoDB, this package also implements a wrapper around libbson, which provides a way to create and manipulate BSON documents.

Requirements

  • MongoDB 3.0 or newer.

  • Julia v1.6 or newer.

  • Linux, macOS, or Windows.

Installation

From a Julia session, run:

julia> using Pkg

julia> Pkg.add("Mongoc")

Documentation

The documentation for this package is hosted at https://felipenoris.github.io/Mongoc.jl/stable.

License

The source code for the package Mongoc.jl is licensed under the MIT License.

This repository distributes binary assets built from mongo-c-driver source code, which is licensed under Apache-2.0.

More Repositories

1

XLSX.jl

Excel file reader and writer for the Julia language.
Julia
237
star
2

hyper-reverse-proxy

A simple reverse proxy for use with Hyper and Tokio
Rust
159
star
3

JuliaPackageWithRustDep.jl

Example of a Julia Package with Rust dependency.
Julia
80
star
4

math-server-docker

The ideal multi-user Data Science server with Jupyterhub and RStudio, ready for Python, R and Julia languages.
Dockerfile
70
star
5

Oracle.jl

Oracle Database driver for the Julia language.
Julia
33
star
6

actix-reverse-proxy

A simple configurable Reverse Proxy for the Actix framework.
Rust
26
star
7

InterestRates.jl

Interest Rates calculation, indexing and Term Structures.
Julia
25
star
8

BLPData.jl

Julia language wrapper for the Bloombergβ„’ API
Julia
16
star
9

JSONWebTokens.jl

Secure your Julia APIs with JWT.
Julia
16
star
10

bdays

Business Days calendars for Rustaceans.
Rust
13
star
11

OptimizingIR.jl

An Intermediate Representation (IR) on steroids
Julia
7
star
12

LDAPClient.jl

Julia client for LDAP
Julia
4
star
13

SplitIterators.jl

split function for iterators
Julia
3
star
14

sgs-bacen-rs

A SOAP client for Brazilian Central Bank's Time Series Management System <https://www3.bcb.gov.br/sgspub>
Rust
3
star
15

BSONSerializer.jl

Encode/Decode your Julia structures to/from BSON.
Julia
3
star
16

SSHAgentSetup.jl

A tool to setup `ssh-agent`
Julia
2
star
17

LDAP.jl

A Julia Client for LDAP
Julia
2
star
18

YearMonths.jl

Provides YearMonth type for the Julia language.
Julia
1
star
19

PiSMC.jl

Let's calculate Pi using a very inefficient Monte-Carlo simulation.
Julia
1
star
20

mongo-c-driver-builder

MongoDB driver builder for Mongoc.jl
Julia
1
star
21

BS.jl

Black-Scholes Option Pricing Formulae
Julia
1
star
22

Vol.jl

Volatility models for time series.
Julia
1
star