All Projects → mongodb → Mongo Spark

mongodb / Mongo Spark

Licence: other
The MongoDB Spark Connector

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Mongo Spark

Mongolastic
🚥 A dataset migration tool from MongoDB to Elasticsearch and vice versa.
Stars: ✭ 131 (-77.72%)
Mutual labels:  mongodb, connector
Mongo Es
A MongoDB to Elasticsearch connector
Stars: ✭ 185 (-68.54%)
Mutual labels:  mongodb, connector
Stream Reactor
Streaming reference architecture for ETL with Kafka and Kafka-Connect. You can find more on http://lenses.io on how we provide a unified solution to manage your connectors, most advanced SQL engine for Kafka and Kafka Streams, cluster monitoring and alerting, and more.
Stars: ✭ 753 (+28.06%)
Mutual labels:  mongodb, connector
Monstache
a go daemon that syncs MongoDB to Elasticsearch in realtime
Stars: ✭ 736 (+25.17%)
Mutual labels:  mongodb, connector
Azure Event Hubs Spark
Enabling Continuous Data Processing with Apache Spark and Azure Event Hubs
Stars: ✭ 140 (-76.19%)
Mutual labels:  spark, connector
Dev Setup
macOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults.
Stars: ✭ 5,590 (+850.68%)
Mutual labels:  spark, mongodb
Kafka Connect Mongodb
**Unofficial / Community** Kafka Connect MongoDB Sink Connector - Find the official MongoDB Kafka Connector here: https://www.mongodb.com/kafka-connector
Stars: ✭ 137 (-76.7%)
Mutual labels:  mongodb, connector
Tutorial
Java全栈知识架构体系总结
Stars: ✭ 407 (-30.78%)
Mutual labels:  spark, mongodb
Awesome Recommendation Engine
The purpose of this tiny project is to put things together with the know how that i learned from the course big data expert from formacionhadoop.com The idea is to show how to play with apache spark streaming, kafka,mongo, spark machine learning algorithms.
Stars: ✭ 47 (-92.01%)
Mutual labels:  spark, mongodb
Szt Bigdata
深圳地铁大数据客流分析系统🚇🚄🌟
Stars: ✭ 826 (+40.48%)
Mutual labels:  spark, mongodb
Azure Cosmosdb Spark
Apache Spark Connector for Azure Cosmos DB
Stars: ✭ 165 (-71.94%)
Mutual labels:  spark, connector
Bdp Dataplatform
大数据生态解决方案数据平台:基于大数据、数据平台、微服务、机器学习、商城、自动化运维、DevOps、容器部署平台、数据平台采集、数据平台存储、数据平台计算、数据平台开发、数据平台应用搭建的大数据解决方案。
Stars: ✭ 456 (-22.45%)
Mutual labels:  spark, mongodb
Mongood
A MongoDB GUI with Fluent Design
Stars: ✭ 540 (-8.16%)
Mutual labels:  mongodb
Sparklearning
Learning Apache spark,including code and data .Most part can run local.
Stars: ✭ 558 (-5.1%)
Mutual labels:  spark
Justenoughscalaforspark
A tutorial on the most important features and idioms of Scala that you need to use Spark's Scala APIs.
Stars: ✭ 538 (-8.5%)
Mutual labels:  spark
Vue Express Mongodb
前后端分离
Stars: ✭ 534 (-9.18%)
Mutual labels:  mongodb
Alluxio
Alluxio, data orchestration for analytics and machine learning in the cloud
Stars: ✭ 5,379 (+814.8%)
Mutual labels:  spark
Osroom
[很多问题在维修中, 作者疫情期间忙碌,很多问题无法及时处理] 准备v3.0 Beta, v2.2维护少| OS鹿 | Python Flask开源网站
Stars: ✭ 557 (-5.27%)
Mutual labels:  mongodb
Lopq
Training of Locally Optimized Product Quantization (LOPQ) models for approximate nearest neighbor search of high dimensional data in Python and Spark.
Stars: ✭ 530 (-9.86%)
Mutual labels:  spark
Egg Restfulapi
🏅 基于Egg.js 2.0 & {mongoose,jwt}RESTful API 模板,用于快速集成开发RESTful前后端分离的服务端。
Stars: ✭ 524 (-10.88%)
Mutual labels:  mongodb

MongoDB Spark Connector

The official MongoDB Spark Connector.

Build Status

Documentation

See: https://docs.mongodb.com/spark-connector/

API Documentation

Downloading

The connector is published on Spark packages, the community index of third-party packages for Apache Spark. The binaries and dependency information for Maven, SBT, Ivy, and others can also be found on Maven Central.

Support / Feedback

For issues with, questions about, or feedback for the MongoDB Spark Connector, please look into our support channels. Please do not email any of the developers directly with issues or questions - you're more likely to get an answer on the mongodb-user discussion forum.

At a minimum, please include in your description the exact version of the driver that you are using. If you are having connectivity issues, it's often also useful to paste in the Spark configuration. You should also check your application logs for any connectivity-related exceptions and post those as well.

Bugs / Feature Requests

Think you’ve found a bug? Want to see a new feature in the Spark driver? Please open a case in our issue management tool, JIRA:

Bug reports in JIRA for the driver and the Core Server (i.e. SERVER) project are public.

If you’ve identified a security vulnerability in a driver or any other MongoDB project, please report it according to the instructions here.

Versioning

The MongoDB Spark Connector does not follow semantic versioning. The MongoDB Spark Connector version relates to the version of Spark.

For example:

Major changes may occur between point releases may occur, such as new APIs and updating the underlying Java driver to support new features. See the changelog for information about changes between releases.

Build

Note: The following instructions are intended for internal use.

Please see the downloading instructions for information on getting and using the MongoDB Spark Connector.

To build the driver:

$ git clone https://github.com/mongodb/mongo-spark.git
$ cd mongo-spark
$ ./sbt check

To publish the signed jars - first commit and tag all changes to publish.

$ ./sbt +publishArchives

To publish to spark packages use the form on https://spark-packages.org/package/mongodb/mongo-spark. No need for a zip file.

Maintainers

Additional contributors can be found here.

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].