All Projects → akshaykarle → Go Mongodbatlas

akshaykarle / Go Mongodbatlas

Licence: gpl-3.0
A Go client library for the MongoDB Atlas API

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Go Mongodbatlas

Javascript Fullstack Simple
Follow this tutorial using this link
Stars: ✭ 26 (+73.33%)
Mutual labels:  mongodb
Social Listener
Python project used to collect tweets and social-network data from Social's API
Stars: ✭ 9 (-40%)
Mutual labels:  mongodb
Much Assembly Required
Assembly programming game
Stars: ✭ 869 (+5693.33%)
Mutual labels:  mongodb
Mongo Connector Postgresql
River from Mongo oplog to postgresql
Stars: ✭ 26 (+73.33%)
Mutual labels:  mongodb
Mongodb Utils
MongoDB utils library for Node.js
Stars: ✭ 9 (-40%)
Mutual labels:  mongodb
Js Data Mongodb
MongoDB adapter for js-data. Main Site: http://js-data.io, API Reference Docs: http://api.js-data.io
Stars: ✭ 9 (-40%)
Mutual labels:  mongodb
Express Boilerplate
A fast, simple Node.js/Express + MongoDB + Vue.js web app boilerplate project
Stars: ✭ 25 (+66.67%)
Mutual labels:  mongodb
Diagonistician Reactjs Express Mongoose
Question - Answers demo SPA
Stars: ✭ 13 (-13.33%)
Mutual labels:  mongodb
Express Boilerplate
🚀 Starter project for a RESTful API in Node with Express & mongoose component-based
Stars: ✭ 9 (-40%)
Mutual labels:  mongodb
Netkiller.github.io
Netkiller Free ebook - 免费电子书
Stars: ✭ 861 (+5640%)
Mutual labels:  mongodb
Awesome Javascript Interviews
Popular JavaScript / React / Node / Mongo stack Interview questions and their answers. Many of them, I faced in actual interviews and ultimately got my first full-stack Dev job :)
Stars: ✭ 939 (+6160%)
Mutual labels:  mongodb
Springbootunity
rabbitmq、redis、scheduled、socket、mongodb、Swagger2、spring data jpa、Thymeleaf、freemarker etc. (muti module spring boot project) (with spring boot framework,different bussiness scence with different technology。)
Stars: ✭ 845 (+5533.33%)
Mutual labels:  mongodb
Create Social Network
An educational project, demonstrating how to build a large scalable project with Javascript.
Stars: ✭ 853 (+5586.67%)
Mutual labels:  mongodb
We Voting
🙋 A Voting App based on React + Express + Mongodb
Stars: ✭ 26 (+73.33%)
Mutual labels:  mongodb
Summary
个人总结 持续更新 欢迎提出各种issues
Stars: ✭ 12 (-20%)
Mutual labels:  mongodb
Subnode.org
SubNode: Social Media App
Stars: ✭ 25 (+66.67%)
Mutual labels:  mongodb
Iniciando Mongodb
Dicas e comandos de Mongodb para usar diretamente no terminal/command
Stars: ✭ 9 (-40%)
Mutual labels:  mongodb
Led
LED ( Logs Explorer for Docker ) is a tool used for visualizing and exploring docker container logs
Stars: ✭ 13 (-13.33%)
Mutual labels:  mongodb
Neural Network Digit Ocr
Trains a Neural Network to read handwritten digits (OCR). Uses synaptic for Node.js, socket.io and MongoDB
Stars: ✭ 12 (-20%)
Mutual labels:  mongodb
Node Auth
基于 Node Express Mongoose 实现的用户注册/登陆权限验证
Stars: ✭ 10 (-33.33%)
Mutual labels:  mongodb

go-mongodbatlas Build Status GoDoc codecov

A Go client library for the MongoDB Atlas API.

Getting started

MongoDB Atlas uses the Digest Access Authentication and doesn't support Basic Auth. Follow the examples in examples directory. We create a httpClient using go-http-digest-auth-client and pass it over to mongodbatlas. To run a mongo atlas cluster example, just run:

go run examples/clusters.go <username> <mongodb-atlas-api-key> <group-id>

Development & Contributing

Installing dependencies

go get github.com/golang/lint/golint
go get github.com/akshaykarle/go-http-digest-auth-client
go get -v -t ./mongodbatlas

Testing

Run ./test.sh

TODO

  • Add support for Monitoring & Logging
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].