All Projects → mongodb-labs → Edda

mongodb-labs / Edda

A log visualizer for MongoDB - This Repository is NOT a supported MongoDB product

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Edda

Graphql Demo
🎉Koa + GraphQL + Apollo-Server demo
Stars: ✭ 215 (-6.11%)
Mutual labels:  mongodb
Full Reactive Stack
Full Reactive Stack with Spring Boot (WebFlux), MongoDB and Angular
Stars: ✭ 221 (-3.49%)
Mutual labels:  mongodb
Spring Dubbo Service
微服务 spring dubbo项目:dubbo rpc;druid数据源连接池;mybatis配置集成,多数据源;jmx监控MBean;定时任务;aop;ftp;测试;Metrics监控;参数验证;跨域处理;shiro权限控制;consul服务注册,发现;redis分布式锁;SPI服务机制;cat监控;netty服务代理;websocket;disconf;mongodb集成;rest;docker;fescar
Stars: ✭ 224 (-2.18%)
Mutual labels:  mongodb
Jsonbox
HTTP-based JSON storage.
Stars: ✭ 2,440 (+965.5%)
Mutual labels:  mongodb
Cloudtunes
Web-based music player for the cloud ☁️ 🎶 Play music from YouTube, Dropbox, etc.
Stars: ✭ 2,449 (+969.43%)
Mutual labels:  mongodb
Mongolid Laravel
Easy, powerful and ultrafast MongoDB ODM for Laravel.
Stars: ✭ 222 (-3.06%)
Mutual labels:  mongodb
Chartbrew
Open-source web platform for creating charts out of different data sources (databases and APIs) 📈📊
Stars: ✭ 199 (-13.1%)
Mutual labels:  mongodb
Building Testable Apis With Nodejs
Repositório oficial do livro: Construindo APIs testáveis com Node.js
Stars: ✭ 227 (-0.87%)
Mutual labels:  mongodb
Mongock
Lightweight MongoDB migration tool for Java
Stars: ✭ 220 (-3.93%)
Mutual labels:  mongodb
Fsqio
A monorepo that holds all of Foursquare's opensource projects
Stars: ✭ 223 (-2.62%)
Mutual labels:  mongodb
Clojurenews
Clojure News Web Application - (Hacker News Clone)
Stars: ✭ 217 (-5.24%)
Mutual labels:  mongodb
Nodejs Microservice Starter
🌱 NodeJS RESTful API Microservice Starter
Stars: ✭ 220 (-3.93%)
Mutual labels:  mongodb
Python Ai Assistant
Python AI assistant 🧠
Stars: ✭ 219 (-4.37%)
Mutual labels:  mongodb
Artipub
Article publishing platform that automatically distributes your articles to various media channels
Stars: ✭ 2,685 (+1072.49%)
Mutual labels:  mongodb
Db
Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
Stars: ✭ 2,832 (+1136.68%)
Mutual labels:  mongodb
Fullstackopen
Exercises for the Full Stack Open course.
Stars: ✭ 214 (-6.55%)
Mutual labels:  mongodb
Mongodb Quickstart Course
Course demos and handout material for Talk Python's MongoDB Quickstart course
Stars: ✭ 220 (-3.93%)
Mutual labels:  mongodb
Php Mongo
MongoDB ODM. Part of @PHPMongoKit
Stars: ✭ 228 (-0.44%)
Mutual labels:  mongodb
Dotnet New Caju
Learn Clean Architecture with .NET Core 3.0 🔥
Stars: ✭ 228 (-0.44%)
Mutual labels:  mongodb
Nestjs Email Authentication
Nestjs Starter using Mongodb and Passportjs
Stars: ✭ 222 (-3.06%)
Mutual labels:  mongodb

DISCLAIMER

Please note: all tools/ scripts in this repo are released for use "AS IS" without any warranties of any kind, including, but not limited to their installation, use, or performance. We disclaim any and all warranties, either express or implied, including but not limited to any warranty of noninfringement, merchantability, and/ or fitness for a particular purpose. We do not warrant that the technology will meet your requirements, that the operation thereof will be uninterrupted or error-free, or that any errors will be corrected. Any use of these scripts and tools is at your own risk. There is no guarantee that they have been through thorough testing in a comparable environment and we are not responsible for any damage or data loss incurred with their use. You are responsible for reviewing and testing any scripts you run thoroughly before use in any non-testing environment.

Edda, a log visualizer for MongoDB

Edda © 2014 MongoDB, Inc.

Authors: Samantha Ritter, Kaushal Parikh

INSTALL

You must have the following installed as prerequisites for running Edda.

NOTE: version 0.7.0 is the latest version of Edda on PyPi. This version only supports logs from Mongod up to v2.4. To use logs from MongoDB v2.6 and newer, please clone from the repository instead.

RUN

In order to run edda you must first have a mongod running:

$ mongod

Give the log files from your servers as command-line arguments to edda. Please provide only log files from the same server cluster!

$ python edda/run_edda.py --options filename1 filename2 ...
(see python run_edda.py --help for options)

After each run, edda generates a '.json' file that contains all of the information required to recreate the current run. Run the '.json' file just as you would a '.log'. If you've run edda before, you can pass in a .json file to skip the processing step and go straight to visualization:

$ python edda/run_edda.py previous_edda_data.json

There are some sample log files in edda/sample_logs you can run if you don't have any log files of your own yet.

ADDITIONAL

If you'd like to report a bug or request a new feature, please file an issue on our github repository: https://github.com/10gen-labs/edda/issues/new

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