SlideShare a Scribd company logo
Creating MongoDB Based Logging System
                    in Webservice Heavy Environment
                               Arkadiusz Goralski
                             @MongoDB London 2013




piątek, 29 marca 13
Web service Heavy Environment
                             Web Application

                                Web
                              Server 1
                                             Web
                                           Server 2   ...     Web
                                                            Server n




piątek, 29 marca 13
Web service Heavy Environment
                                             Web Application

                                                Web
                                              Server 1
                                                             Web
                                                           Server 2   ...     Web
                                                                            Server n




               Gaming Providers

                 Sportsbook       Slots


                       Live       Mini
                      betting    games


                      Casino      Poker


                       Live       Account
                      dealer    Management




piątek, 29 marca 13
Web service Heavy Environment
                                             Web Application

                                                Web
                                              Server 1
                                                                 Web
                                                               Server 2      ...       Web
                                                                                     Server n




               Gaming Providers                  Payment Providers

                 Sportsbook       Slots             Skrill         Ukash        Ecocard


                       Live       Mini
                                                   Neteller        Paysafe     Instadebit
                      betting    games


                                                                                 Bank
                      Casino      Poker             Visa           Ecocard
                                                                               transfers


                       Live       Account
                                                  Mastercard       Envoy       Webmoney
                      dealer    Management




piątek, 29 marca 13
Web service Heavy Environment
                                             Web Application

                                                Web
                                              Server 1
                                                                 Web
                                                               Server 2      ...       Web
                                                                                     Server n




               Gaming Providers                  Payment Providers                              Other Subsystems

                                                                                                  Bonus       Common
                 Sportsbook       Slots             Skrill         Ukash        Ecocard           engine       Wallet


                       Live       Mini
                                                   Neteller        Paysafe     Instadebit       Price feeds   Mobile API
                      betting    games


                                                                                 Bank
                      Casino      Poker             Visa           Ecocard                       Anti fraud    Geo IP
                                                                               transfers


                       Live       Account
                                                  Mastercard       Envoy       Webmoney
                      dealer    Management




piątek, 29 marca 13
Different dialects

                          SOAP                    JSON RPC




                                       Web
                        REST JSON                 XML RPC
                                    Application




                         REST XML                 HTTP Calls




piątek, 29 marca 13
How to keep sanity?
              • why the deposit failed for user ... ?
              • user ... claims he didn’t place this bet?
              • can you give me a number of users that ... ?
              • can you tell me what user ... was doing on ... ?
              • why user ... couldn’t log in?
              • why customer ... couldn’t open an account?
piątek, 29 marca 13
Why MongoDB
                             is a good fit
                      • schemaless
                      • fire and forget
                      • scalable and easy to replicate
                      • capped collections & tailable cursor
                      • centralized
                      • easy remote access
piątek, 29 marca 13
MongoDB deployment
                          Web Application

                             Web
                           Server 1
                                          Web
                                        Server 2   ...     Web
                                                         Server n




piątek, 29 marca 13
MongoDB deployment
                          Web Application

                             Web
                           Server 1
                                          Web
                                        Server 2        ...          Web
                                                                   Server n




                          Replica Set

                             Payment Providers
                          MongoDB    MongoDB           MongoDB     MongoDB
                            (host 1)        (host 2)    (host 3)    (hidden)




piątek, 29 marca 13
MongoDB deployment
                                     Web Application

                                        Web
                                      Server 1
                                                     Web
                                                   Server 2          ...         Web
                                                                               Server n




                                     Replica Set

                                         Payment Providers
                                      MongoDB    MongoDB           MongoDB     MongoDB
                                       (host 1)        (host 2)     (host 3)    (hidden)




                       Log Viewer

                        RealPayment Providers
                             time    Simple        Simple         Real time
                       log viewer    queries       reports         alerts



                                    Secondary preferred


piątek, 29 marca 13
MongoDB deployment
                                     Web Application

                                        Web
                                      Server 1
                                                     Web
                                                   Server 2          ...         Web
                                                                               Server n




                                     Replica Set

                                         Payment Providers
                                      MongoDB    MongoDB           MongoDB     MongoDB
                                       (host 1)        (host 2)     (host 3)    (hidden)




                       Log Viewer                                                 Data mining

                        RealPayment Providers
                             time    Simple        Simple         Real time                Payment Providers
                                                                                                    Heavy
                                                                                    Analytics
                       log viewer    queries       reports         alerts                           queries



                                    Secondary preferred                             Hidden node only


piątek, 29 marca 13
Log entry schema




piątek, 29 marca 13
Log entry schema
                                     Prepare web
                                    service request




piątek, 29 marca 13
Log entry schema
                                            Prepare web
                                           service request


                                JSON-ize       Send it




piątek, 29 marca 13
Log entry schema
                                            Prepare web
                                           service request


                                JSON-ize       Send it



                                JSON-ize   Get the result




piątek, 29 marca 13
Log entry schema
                                            Prepare web
                                           service request


                                JSON-ize       Send it



                                JSON-ize   Get the result


                                               Was is
                                             successful




piątek, 29 marca 13
Log entry schema
                                            Prepare web
                                           service request


                                JSON-ize       Send it



                                JSON-ize   Get the result


                                               Was is
                                             successful


                                           Proceed with
                                 Save it     execution




piątek, 29 marca 13
So you're logging data to
                          MongoDB, now what?

                      • all data is searchable (including web service
                        specific data)
                      • you can use the aggregation framework
                      • trace user sessions across different web
                        services
                      • just sit and watch the logs

piątek, 29 marca 13
Detect anomalies
                             in the data
                      • realtime issue analysis
                      • subsystem failures
                      • fraud
                      • traffic anomalies

piątek, 29 marca 13
Data mining
                      • create a replica for analytics
                      • analyze customer behaviour
                      • spot fraudulent activity
                      • create reports
                      • proactive support
                      • deployment analytics
                      • police enquiries
piątek, 29 marca 13
Share the logs
                      • don’t be a human interface to MongoDB
                      • the more you share the more time is
                        saved, your time
                      • just a simple query interface is enough
                      • give separate node to marketing people


piątek, 29 marca 13
Push notifications
                                             When something goes really bad




                      Alert Scenarios
                                                                                Email



                                   Tailable cursor
                                                     Node.js      Severity     Text
                      MongoDB
                                                      app          rating     message



                                                                              Call people,
                                                                              it's serious!




piątek, 29 marca 13
Open Source
                              Alternatives

                      • GrayLog (uses MongoDB)
                      • LogStash (MongoDB output plugins)
                      • Fluent (MongoDB storage)


piątek, 29 marca 13
Thank you
                      Have fun with MongoDB




piątek, 29 marca 13

More Related Content

Viewers also liked (15)

DOC
Cv orlan
orlando credo
 
PPTX
An Introduction to Cassandra - Oracle User Group
Carlos Juzarte Rolo
 
PPTX
NoSQL?? (marc)
삵 (sarc.io)
 
PPTX
OVERVIEW OF FACEBOOK SCALABLE ARCHITECTURE.
Rishikese MR
 
PPTX
Raising the Tides: Open Source Analytics for Data Science
Wes McKinney
 
PPTX
NOSQL vs SQL
Mohammed Fazuluddin
 
PPT
Web 2.0 Is the Future of Education
Steve Hargadon
 
PDF
Facebook Architecture - Breaking it Open
HARMAN Services
 
PPT
Digital Marketing for the Travel Industry in the Web 2.0. Scenario
delhibloggers
 
PDF
Big Data - O que é o hadoop, map reduce, hdfs e hive
Flavio Fonte, PMP, ITIL
 
PDF
Intro To MongoDB
Alex Sharp
 
PPT
Introduction to MongoDB
Ravi Teja
 
PPTX
Benchmarking Top NoSQL Databases: Apache Cassandra, Apache HBase and MongoDB
Athiq Ahamed
 
PPTX
Introduction to NoSQL Databases
Derek Stainer
 
PDF
A Beginners Guide to noSQL
Mike Crabb
 
Cv orlan
orlando credo
 
An Introduction to Cassandra - Oracle User Group
Carlos Juzarte Rolo
 
NoSQL?? (marc)
삵 (sarc.io)
 
OVERVIEW OF FACEBOOK SCALABLE ARCHITECTURE.
Rishikese MR
 
Raising the Tides: Open Source Analytics for Data Science
Wes McKinney
 
NOSQL vs SQL
Mohammed Fazuluddin
 
Web 2.0 Is the Future of Education
Steve Hargadon
 
Facebook Architecture - Breaking it Open
HARMAN Services
 
Digital Marketing for the Travel Industry in the Web 2.0. Scenario
delhibloggers
 
Big Data - O que é o hadoop, map reduce, hdfs e hive
Flavio Fonte, PMP, ITIL
 
Intro To MongoDB
Alex Sharp
 
Introduction to MongoDB
Ravi Teja
 
Benchmarking Top NoSQL Databases: Apache Cassandra, Apache HBase and MongoDB
Athiq Ahamed
 
Introduction to NoSQL Databases
Derek Stainer
 
A Beginners Guide to noSQL
Mike Crabb
 

Similar to Creating a MongoDB Based Logging System in a Webservice Heavy Environment (20)

PDF
Eva flex java_1_slides
Michael Chaize
 
KEY
Cloud Foundry Bootcamp
Joshua Long
 
PDF
Cloud & The Mobile Stack
Subbu Ramanathan
 
PDF
Jax2010 adobe lcds
Michael Chaize
 
PPTX
Prodware wa college - marcel meijer
Freelance Consultant / Manager / co-CTO
 
PPT
FIND ME IF YOU CAN – SMART FUZZING AND DISCOVERY
Shreeraj Shah
 
PDF
Shreeraj-Hacking_Web_2
guest66dc5f
 
PDF
Websoftex profile
Websoftex Web
 
KEY
Mobile Apps and the Enterprise
Jonathan Stark
 
PDF
SproutCore GTUG
sproutit
 
PDF
Hacking Ajax & Web Services - Next Generation Web Attacks on the Rise
Shreeraj Shah
 
PDF
Grameen Solutions Product Engineering Featured Projects 2009 11 12
Grameen Solutions
 
PDF
Shreeraj - Hacking Web 2 0 - ClubHack2007
ClubHack
 
PDF
Find me if you can – smart fuzzing and discovery! shreeraj shah
owaspindia
 
PDF
Implementing Web Commerce In A Complex Environment
Jerome Leonard
 
PDF
Why Memcached?
Gear6
 
PDF
Lcds & Blaze Ds by Corneliu Creanga
JUG Genova
 
PDF
Blackberrymobile Application Development Casestudy
dheerajkureel
 
PPT
Blazedream ppt
Thomas Ruban
 
PPTX
Codestrong 2012 breakout session the role of cloud services in your next ge...
Axway Appcelerator
 
Eva flex java_1_slides
Michael Chaize
 
Cloud Foundry Bootcamp
Joshua Long
 
Cloud & The Mobile Stack
Subbu Ramanathan
 
Jax2010 adobe lcds
Michael Chaize
 
Prodware wa college - marcel meijer
Freelance Consultant / Manager / co-CTO
 
FIND ME IF YOU CAN – SMART FUZZING AND DISCOVERY
Shreeraj Shah
 
Shreeraj-Hacking_Web_2
guest66dc5f
 
Websoftex profile
Websoftex Web
 
Mobile Apps and the Enterprise
Jonathan Stark
 
SproutCore GTUG
sproutit
 
Hacking Ajax & Web Services - Next Generation Web Attacks on the Rise
Shreeraj Shah
 
Grameen Solutions Product Engineering Featured Projects 2009 11 12
Grameen Solutions
 
Shreeraj - Hacking Web 2 0 - ClubHack2007
ClubHack
 
Find me if you can – smart fuzzing and discovery! shreeraj shah
owaspindia
 
Implementing Web Commerce In A Complex Environment
Jerome Leonard
 
Why Memcached?
Gear6
 
Lcds & Blaze Ds by Corneliu Creanga
JUG Genova
 
Blackberrymobile Application Development Casestudy
dheerajkureel
 
Blazedream ppt
Thomas Ruban
 
Codestrong 2012 breakout session the role of cloud services in your next ge...
Axway Appcelerator
 
Ad

More from MongoDB (20)

PDF
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB
 
PDF
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
MongoDB
 
PDF
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...
MongoDB
 
PDF
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDB
MongoDB
 
PDF
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...
MongoDB
 
PDF
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series Data
MongoDB
 
PDF
MongoDB SoCal 2020: MongoDB Atlas Jump Start
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!
MongoDB
 
PDF
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your Mindset
MongoDB
 
PDF
MongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Aggregation Pipeline Power++
MongoDB
 
PDF
MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...
MongoDB
 
PDF
MongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep Dive
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & Golang
MongoDB
 
PDF
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...
MongoDB
 
PDF
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...
MongoDB
 
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB
 
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
MongoDB
 
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...
MongoDB
 
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDB
MongoDB
 
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...
MongoDB
 
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series Data
MongoDB
 
MongoDB SoCal 2020: MongoDB Atlas Jump Start
MongoDB
 
MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]
MongoDB
 
MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2
MongoDB
 
MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...
MongoDB
 
MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!
MongoDB
 
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your Mindset
MongoDB
 
MongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart
MongoDB
 
MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...
MongoDB
 
MongoDB .local San Francisco 2020: Aggregation Pipeline Power++
MongoDB
 
MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...
MongoDB
 
MongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep Dive
MongoDB
 
MongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & Golang
MongoDB
 
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...
MongoDB
 
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...
MongoDB
 
Ad

Recently uploaded (20)

PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
Staying Human in a Machine- Accelerated World
Catalin Jora
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PDF
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PPTX
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
PDF
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
PPTX
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PDF
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PPTX
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
PDF
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
PDF
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
PDF
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
Staying Human in a Machine- Accelerated World
Catalin Jora
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 

Creating a MongoDB Based Logging System in a Webservice Heavy Environment

  • 1. Creating MongoDB Based Logging System in Webservice Heavy Environment Arkadiusz Goralski @MongoDB London 2013 piątek, 29 marca 13
  • 2. Web service Heavy Environment Web Application Web Server 1 Web Server 2 ... Web Server n piątek, 29 marca 13
  • 3. Web service Heavy Environment Web Application Web Server 1 Web Server 2 ... Web Server n Gaming Providers Sportsbook Slots Live Mini betting games Casino Poker Live Account dealer Management piątek, 29 marca 13
  • 4. Web service Heavy Environment Web Application Web Server 1 Web Server 2 ... Web Server n Gaming Providers Payment Providers Sportsbook Slots Skrill Ukash Ecocard Live Mini Neteller Paysafe Instadebit betting games Bank Casino Poker Visa Ecocard transfers Live Account Mastercard Envoy Webmoney dealer Management piątek, 29 marca 13
  • 5. Web service Heavy Environment Web Application Web Server 1 Web Server 2 ... Web Server n Gaming Providers Payment Providers Other Subsystems Bonus Common Sportsbook Slots Skrill Ukash Ecocard engine Wallet Live Mini Neteller Paysafe Instadebit Price feeds Mobile API betting games Bank Casino Poker Visa Ecocard Anti fraud Geo IP transfers Live Account Mastercard Envoy Webmoney dealer Management piątek, 29 marca 13
  • 6. Different dialects SOAP JSON RPC Web REST JSON XML RPC Application REST XML HTTP Calls piątek, 29 marca 13
  • 7. How to keep sanity? • why the deposit failed for user ... ? • user ... claims he didn’t place this bet? • can you give me a number of users that ... ? • can you tell me what user ... was doing on ... ? • why user ... couldn’t log in? • why customer ... couldn’t open an account? piątek, 29 marca 13
  • 8. Why MongoDB is a good fit • schemaless • fire and forget • scalable and easy to replicate • capped collections & tailable cursor • centralized • easy remote access piątek, 29 marca 13
  • 9. MongoDB deployment Web Application Web Server 1 Web Server 2 ... Web Server n piątek, 29 marca 13
  • 10. MongoDB deployment Web Application Web Server 1 Web Server 2 ... Web Server n Replica Set Payment Providers MongoDB MongoDB MongoDB MongoDB (host 1) (host 2) (host 3) (hidden) piątek, 29 marca 13
  • 11. MongoDB deployment Web Application Web Server 1 Web Server 2 ... Web Server n Replica Set Payment Providers MongoDB MongoDB MongoDB MongoDB (host 1) (host 2) (host 3) (hidden) Log Viewer RealPayment Providers time Simple Simple Real time log viewer queries reports alerts Secondary preferred piątek, 29 marca 13
  • 12. MongoDB deployment Web Application Web Server 1 Web Server 2 ... Web Server n Replica Set Payment Providers MongoDB MongoDB MongoDB MongoDB (host 1) (host 2) (host 3) (hidden) Log Viewer Data mining RealPayment Providers time Simple Simple Real time Payment Providers Heavy Analytics log viewer queries reports alerts queries Secondary preferred Hidden node only piątek, 29 marca 13
  • 14. Log entry schema Prepare web service request piątek, 29 marca 13
  • 15. Log entry schema Prepare web service request JSON-ize Send it piątek, 29 marca 13
  • 16. Log entry schema Prepare web service request JSON-ize Send it JSON-ize Get the result piątek, 29 marca 13
  • 17. Log entry schema Prepare web service request JSON-ize Send it JSON-ize Get the result Was is successful piątek, 29 marca 13
  • 18. Log entry schema Prepare web service request JSON-ize Send it JSON-ize Get the result Was is successful Proceed with Save it execution piątek, 29 marca 13
  • 19. So you're logging data to MongoDB, now what? • all data is searchable (including web service specific data) • you can use the aggregation framework • trace user sessions across different web services • just sit and watch the logs piątek, 29 marca 13
  • 20. Detect anomalies in the data • realtime issue analysis • subsystem failures • fraud • traffic anomalies piątek, 29 marca 13
  • 21. Data mining • create a replica for analytics • analyze customer behaviour • spot fraudulent activity • create reports • proactive support • deployment analytics • police enquiries piątek, 29 marca 13
  • 22. Share the logs • don’t be a human interface to MongoDB • the more you share the more time is saved, your time • just a simple query interface is enough • give separate node to marketing people piątek, 29 marca 13
  • 23. Push notifications When something goes really bad Alert Scenarios Email Tailable cursor Node.js Severity Text MongoDB app rating message Call people, it's serious! piątek, 29 marca 13
  • 24. Open Source Alternatives • GrayLog (uses MongoDB) • LogStash (MongoDB output plugins) • Fluent (MongoDB storage) piątek, 29 marca 13
  • 25. Thank you Have fun with MongoDB piątek, 29 marca 13