Best Data Management Software for JavaScript - Page 3

Find and compare the best Data Management software for JavaScript in 2026

Use the comparison tool below to compare the top Data Management software for JavaScript on the market. You can filter results by user reviews, pricing, features, platform, region, support options, integrations, and more.

  • 1
    Lightstreamer Reviews

    Lightstreamer

    Lightstreamer

    Free
    Lightstreamer acts as an event broker that is finely tuned for the internet, providing a smooth and instantaneous flow of data across online platforms. In contrast to conventional brokers, it adeptly manages the challenges posed by proxies, firewalls, disconnections, network congestion, and the inherent unpredictability of web connectivity. Its advanced streaming capabilities ensure that real-time data delivery is maintained, always finding efficient and reliable pathways for your information. Lightstreamer's technology is not only well-established but also at the cutting edge, continually adapting to remain a leader in the field of innovation. With a solid history and extensive practical experience, it guarantees dependable and effective data transmission. Users can count on Lightstreamer to provide unmatched reliability in any situation, making it an invaluable tool for real-time communication needs. In an ever-evolving digital landscape, Lightstreamer stands out as a trusted partner for delivering data seamlessly.
  • 2
    PouchDB Reviews
    PouchDB is a free and open-source JavaScript database that draws inspiration from Apache CouchDB and is optimized for efficient operation within web browsers. This innovative tool empowers applications to locally store data while offline, enabling synchronization with CouchDB and compatible servers once the user is back online, maintaining data consistency across different sessions. It boasts cross-browser compatibility and is lightweight, needing only a simple script tag and 46KB (when gzipped) to function in the browser, or it can be easily installed through npm. With a straightforward learning curve that requires some programming familiarity, PouchDB is entirely open-source, and its development is transparently managed on GitHub. Developers can leverage PouchDB to create applications that operate smoothly both online and offline, ensuring a reliable user experience irrespective of internet connectivity. It features an intuitive API that facilitates the creation, reading, updating, and deletion of documents, thereby streamlining the development process. This flexibility makes PouchDB a valuable tool for modern web applications that prioritize user accessibility and data integrity.
  • 3
    RxDB Reviews
    RxDB is a NoSQL database designed for local-first use, particularly suited for contemporary web and mobile applications. It facilitates offline-first capabilities by saving data directly on the client side through various storage engines such as IndexedDB, OPFS, and SQLite. With real-time reactivity, RxDB allows developers to monitor changes in documents, fields, or queries, which means that UI components can reflect data updates instantly. Its adaptable replication engine offers synchronization with multiple backends and custom endpoints, providing flexibility for various use cases. Furthermore, RxDB easily integrates with different frameworks and environments, enhancing its usability. Key features include field-level encryption, schema validation, conflict resolution, backup and restoration options, as well as support for attachments and CRDTs. By minimizing server demands and enabling rapid local queries, RxDB significantly boosts performance and scalability, making it a prime choice for applications that need real-time updates, offline functionality, and uniformity across platforms. The combination of these capabilities positions RxDB as a forward-thinking solution for developers aiming to build efficient and responsive applications.
  • 4
    IndexedDB Reviews
    IndexedDB serves as a fundamental API designed for the client-side storage of large volumes of structured data, including files and blobs. It utilizes indexing to facilitate efficient searches, making it suitable for extensive datasets. While traditional web storage can handle smaller data quantities well, it falls short when it comes to managing larger structured datasets, a gap that IndexedDB effectively fills. Functioning as a transactional database system akin to SQL-based Relational Database Management Systems (RDBMS), IndexedDB diverges from them by operating as a JavaScript-based object-oriented database. This distinction allows it to store and retrieve objects indexed by keys, with support for any objects that comply with the structured clone algorithm. Users must outline the database schema, establish a connection, and execute retrieval and updating of data through a series of transactions. Additionally, like other web storage solutions, IndexedDB adheres to the same-origin policy, ensuring data security and integrity across different domains. With its versatility and capability, IndexedDB has become an essential tool for developers dealing with complex data needs on the web.
  • 5
    WatermelonDB Reviews

    WatermelonDB

    WatermelonDB

    Free
    WatermelonDB is a cutting-edge reactive database framework tailored for the development of robust React and React Native applications that can efficiently scale from a few hundred to tens of thousands of records while maintaining high speed. It guarantees immediate app launches, regardless of the amount of data, incorporates lazy loading to fetch data only when necessary, and features offline-first capabilities along with synchronization with your own backend systems. This framework is designed to be multiplatform. Specifically optimized for React, it facilitates uncomplicated data integration into components and is framework-agnostic, allowing developers to use its JavaScript API in conjunction with various other UI frameworks. Built on a solid SQLite infrastructure, WatermelonDB offers static typing through Flow or TypeScript, while also providing optional reactivity via an RxJS API. It effectively tackles performance challenges in complex applications by deferring data loading until explicitly requested and executing all queries directly on SQLite in a dedicated native thread, which ensures that the majority of queries are resolved almost instantly. Additionally, this innovative framework supports seamless data management, making it a versatile choice for developers aiming to enhance the performance and responsiveness of their applications.
  • 6
    Realm Reviews

    Realm

    Realm DB

    Free
    Realm is an innovative, mobile-centric open-source object database specifically engineered to operate seamlessly on phones, tablets, and wearable devices. By offering a straightforward, object-oriented data model, it eliminates the necessity for an Object-Relational Mapping (ORM) layer, allowing developers to create models using standard classes in popular programming languages such as Swift, Java, Kotlin, C#, JavaScript, Dart, and C++. Its design prioritizes high efficiency and minimal memory footprint through techniques like zero-copy architecture, lazy loading, and multi-version concurrency control (MVCC), ensuring safe operations across multiple threads. Realm's live objects and collections synchronize automatically across threads, providing a foundation for reactive programming methodologies. Furthermore, it allows for the establishment of intricate data structures by enabling relationships between objects through links and backlinks. Developers can also take advantage of tools like Realm Studio to explore and modify local Realm databases, facilitating integration with a variety of platforms, including React Native, Flutter, Xamarin, and Node.js. This adaptability makes Realm a compelling choice for developers looking to manage data efficiently in their mobile applications.
  • 7
    OrbitDB Reviews
    OrbitDB functions as a decentralized, serverless, peer-to-peer database that leverages IPFS for data storage and utilizes Libp2p Pubsub for seamless synchronization among peers. It incorporates Merkle-CRDTs to facilitate conflict-free writing and merging of database entries, making it ideal for decentralized applications, blockchain projects, and web apps designed to operate primarily offline. The platform provides a range of database types that cater to distinct requirements: 'events' serves as immutable append-only logs, 'documents' allows for JSON document storage indexed by specific keys, 'keyvalue' offers conventional key-value pair storage, and 'keyvalue-indexed' provides LevelDB-indexed key-value data. Each of these database types is constructed on OpLog, a structure that is immutable, cryptographically verifiable, and based on operation-driven CRDT principles. The JavaScript implementation is compatible with both browser and Node.js environments, while a version in Go is actively maintained by the Berty project, ensuring a wide range of support for developers. This flexibility and adaptability make OrbitDB a powerful choice for those looking to implement modern data solutions in distributed systems.
  • 8
    TaffyDB Reviews
    TaffyDB is a JavaScript library that is open source and integrates robust database functionalities into JavaScript applications. With its compact file size, it ensures rapid query performance while offering a data selection engine that is designed with JavaScript in mind. The library provides features akin to traditional databases, such as counting, updating, and inserting records, all while ensuring strong compatibility across different web browsers. Its design allows for easy extension through custom functions and seamless integration with any DOM library, as well as server-side JavaScript environments. Setting up a database is a simple process; users can create an empty database, one with a single object, an array, or even a JSON string. After establishing a database, you can execute queries by invoking the root function and constructing filter objects to refine your search. TaffyDB enables filtering based on database names and object comparisons, facilitating easy data access and dynamic modifications. Additionally, the use of custom functions grants users comprehensive control over query outcomes, enhancing the overall flexibility and power of the library in various applications. This versatility makes TaffyDB an excellent choice for developers seeking to implement database-like capabilities directly in their JavaScript projects.
  • 9
    ScraperX Reviews

    ScraperX

    ScraperX

    $40 per month
    ScraperX is an innovative API powered by AI, designed to streamline and expedite the process of data extraction from any website. It boasts seamless integration capabilities with a variety of programming languages, such as Node.js, Python, Java, Go, C#, Perl, PHP, and Visual Basic. The platform utilizes intelligent data extraction techniques that automatically detect and gather relevant data patterns from diverse website formats, thereby removing the necessity for manual setup. Users simply need to make API requests detailing the target website and the specific data they wish to extract, and ScraperX efficiently processes and analyzes the incoming data. Additionally, it incorporates real-time monitoring features that enable users to oversee data collection and receive immediate notifications regarding any alterations or updates. To further enhance user experience, ScraperX adeptly manages CAPTCHA challenges while providing proxies and rotating IP addresses to guarantee uninterrupted data extraction. Its design is based on a scalable infrastructure, which accommodates varying request rates to meet the diverse requirements of its users. Overall, ScraperX stands out as a powerful tool for businesses and developers seeking efficient solutions for data scraping.
  • 10
    ScrapingAnt Reviews

    ScrapingAnt

    ScrapingAnt

    $19 per month
    ScrapingAnt is a high-performance web scraping API designed for enterprises, providing essential speed, reliability, and sophisticated scraping functions via a user-friendly RESTful interface. It integrates scalable headless Chrome rendering with limitless parallel requests, utilizing a vast network of over three million low-latency rotating residential and datacenter proxies. Its advanced algorithm efficiently selects the best proxy for each operation, facilitating smooth JavaScript execution, tailored cookie management, and effective CAPTCHA evasion. Hosted on powerful AWS and Hetzner infrastructure, ScrapingAnt guarantees 99.99% uptime and boasts an impressive 85.5% success rate in bypassing anti-scraping measures. Developers can seamlessly extract LLM-compatible web data, scrape Google SERP outputs, or gather dynamic content shielded by Cloudflare and similar anti-bot systems, all without the burden of rate limits or infrastructure upkeep. With its robust capabilities, ScrapingAnt stands out as a reliable solution for those needing efficient web data collection.
  • 11
    Dash0 Reviews

    Dash0

    Dash0

    $0.20 per month
    Dash0 serves as a comprehensive observability platform rooted in OpenTelemetry, amalgamating metrics, logs, traces, and resources into a single, user-friendly interface that facilitates swift and context-aware monitoring while avoiding vendor lock-in. It consolidates metrics from Prometheus and OpenTelemetry, offering robust filtering options for high-cardinality attributes, alongside heatmap drilldowns and intricate trace visualizations to help identify errors and bottlenecks immediately. Users can take advantage of fully customizable dashboards powered by Perses, featuring code-based configuration and the ability to import from Grafana, in addition to smooth integration with pre-established alerts, checks, and PromQL queries. The platform's AI-driven tools, including Log AI for automated severity inference and pattern extraction, enhance telemetry data seamlessly, allowing users to benefit from sophisticated analytics without noticing the underlying AI processes. These artificial intelligence features facilitate log classification, grouping, inferred severity tagging, and efficient triage workflows using the SIFT framework, ultimately improving the overall monitoring experience. Additionally, Dash0 empowers teams to respond proactively to system issues, ensuring optimal performance and reliability across their applications.
  • 12
    RASON Reviews

    RASON

    Frontline Solvers

    Free
    RASON, which stands for RESTful Analytic Solver Object Notation, serves as a sophisticated modeling language and analytics platform that utilizes JSON and is accessible through a REST API, allowing for the straightforward creation, testing, solving, and deployment of decision services that leverage advanced analytic models directly within applications. This versatile tool enables users to articulate optimization, simulation, forecasting, machine learning, and business rules or decision tables through a high-level language that seamlessly integrates with JavaScript and RESTful workflows, thereby facilitating the embedding of analytic models into both web and mobile applications while enabling scalability in cloud environments. With a broad spectrum of analytic capabilities, RASON is equipped to handle linear and mixed-integer optimization, convex and nonlinear programming, Monte Carlo simulations featuring various distributions, stochastic programming methods, and predictive models that encompass regression, clustering, neural networks, and ensemble techniques, in addition to supporting DMN-compliant decision tables for efficient business logic implementation. This comprehensive functionality makes RASON an essential resource for organizations seeking to enhance their decision-making processes through advanced analytics.
  • 13
    SciChart Reviews
    SciChart is a versatile, high-performance charting and data visualization library designed for cross-platform development, offering GPU-accelerated, real-time 2D and 3D charting components tailored for applications built with JavaScript, WPF/.NET, iOS, macOS, and Android. This powerful suite allows developers to efficiently visualize millions to billions of data points with minimal lag, enabling the creation of intricate interactive dashboards, scientific graphs, and real-time telemetry displays without suffering from performance degradation. Its proprietary Visual Xccelerator engine, along with support for WebGL and WebAssembly, ensures that charts can refresh at high frame rates even when managing the substantial data loads common in big-data scenarios, financial trading, and instrumentation applications. Furthermore, SciChart provides a comprehensive API that supports extensive customization options, including axes, annotations, interaction modifiers, themes, and advanced chart types such as heatmaps, polar plots, 3D surface meshes, and candlestick charts, facilitating seamless integration into contemporary development processes while enhancing user experiences. With its robust features and capabilities, SciChart stands out as a leading solution for those needing dynamic and responsive data visualizations.
  • 14
    SnowcatCloud Reviews

    SnowcatCloud

    SnowcatCloud

    Free
    SnowcatCloud is a cloud-based platform designed for customer data infrastructure, utilizing an open-source variant of Snowplow known as OpenSnowcat, which allows businesses to gather, manage, route, and amalgamate behavioral and event-level information from various sources including web, mobile, servers, and IoT. This capability empowers teams to construct a comprehensive real-time view of their customers while ensuring they maintain complete control and ownership over their data. The platform offers various deployment options such as a fully-managed service, cloud-hosted solutions, “bring your own cloud” alternatives, and self-hosted open-source setups, catering to diverse needs regarding privacy, budget, and infrastructure. With enterprise-level security measures in place, including SOC 2 Type II compliance, SnowcatCloud ensures robust protection and swift data delivery. Additionally, it enhances event data streams through identity resolution methods, such as browser fingerprinting and matching techniques, which refine customer profiles, while also assisting in the development of a customer knowledge graph for more profound insights. Furthermore, it seamlessly integrates with analytics tools and data warehouses, fostering a more cohesive data ecosystem for organizations.
  • 15
    Openindex Reviews

    Openindex

    Openindex

    €100 per month
    Openindex serves as a comprehensive platform for web data and search solutions, aiding organizations in the collection, extraction, crawling, analysis, and integration of information sourced from the internet and internal repositories into various applications, research workflows, or search experiences. Central to its offerings are advanced data extraction tools that autonomously gather and interpret web content, identifying languages, primary text, images, prices, and structured elements, alongside robust support for entity extraction that discerns individuals, companies, locations, and other named entities from textual or document sources through APIs or demonstrations, facilitating automated text intelligence with minimal manual intervention. Furthermore, Openindex employs sophisticated data crawling and scraping services that leverage enhanced web spiders and tailored software to efficiently index and navigate vast websites, circumvent spider traps, and retrieve specific datasets for purposes such as research, market analysis, competitive insights, and seamlessly integrating data feeds into existing systems. By providing these versatile tools and services, Openindex empowers organizations to harness the full potential of web data for informed decision-making and strategic development.
  • 16
    GrabzIt Reviews

    GrabzIt

    GrabzIt

    $1.99 per month
    GrabzIt is a versatile web capture service that provides APIs and online tools for transforming web content into various practical formats, including high-resolution screenshots (PNG, JPG, WEBP, TIFF, BMP, SVG), searchable PDFs, editable DOCX files, rendered HTML, icons, animated GIFs derived from online videos, and structured data formats like CSV, JSON, or Excel from HTML tables, all sourced from URLs or raw HTML while complying with contemporary web standards such as CSS3, web fonts, and JavaScript to ensure precise rendering. With its RESTful API and support for numerous programming languages (including PHP, Python, Node.js, Ruby, C#, Perl, and more), developers can seamlessly integrate web capture capabilities into applications, streamline workflows, and tailor various settings such as browser dimensions, capture timing, targeted element screenshots, custom cookies, watermarks, and beyond; additionally, GrabzIt features a web scraper designed to efficiently extract data from websites, as well as a screenshot tool that allows for automated and scheduled captures, complete with options for archiving and local storage export. This robust platform makes it easier than ever for users to harness the power of web data and media in a streamlined manner.
  • 17
    Bunny Database Reviews
    Bunny Database is a comprehensive, cloud-based SQL database solution provided by the bunny.net developer platform, designed to simplify the deployment, connection, scaling, and management of relational databases without the need for infrastructure oversight. Utilizing libSQL, a derivative of SQLite, it adheres to standard SQL syntax and is compatible with existing SQLite tools, ORMs, and SDKs, while taking care of replication and scaling automatically. Users can quickly create a database with a single click, select deployment locations globally, and connect their applications through an HTTP API, native SDKs (for TypeScript/JavaScript, Go, Rust, .NET), or widely-used ORMs. Additionally, it offers tools for data inspection, query execution, and performance tracking available on the dashboard. The service ensures global replication for rapid read access and integrates effortlessly with other bunny.net offerings like Edge Scripting and Magic Containers, optimizing compute and storage proximity to users. Moreover, its usage-based billing approach allows for cost efficiency by keeping databases idle when not in use, making it an ideal choice for developers looking for flexibility and scalability.
  • 18
    Zenserp Reviews

    Zenserp

    Zenserp

    $29 per month
    Our SERP API allows you to extract search engine result pages in real-time. With our Google search API services, you can perform a variety of searches including standard searches, image searches, news searches, and map searches, among others. This flexibility helps you gather comprehensive data tailored to your specific needs.
  • 19
    Datazenit Reviews

    Datazenit

    Datazenit

    $49 one-time payment
    Datazenit is an innovative web-based tool for database management that supports both MySQL and PostgreSQL across various platforms. This comprehensive GUI offers features such as an intuitive data grid, a versatile schema builder, and dynamic interactive charts. With functionalities like a smart query builder, a schema editor, and a raw query editor equipped with auto-complete capabilities, Datazenit aims to enhance productivity for users managing their databases. The schema editor is tailored to boost developer efficiency, incorporating intelligent tools akin to those found in traditional integrated development environments (IDEs). Users have the flexibility to execute queries through a graphical interface rather than relying solely on conventional raw query methods, and the query builder accommodates multiple conditions and sorting options. Additionally, a variety of chart styles—including scatter, line, area, bar, and pie charts—are available for creating impactful visualizations that can be easily shared or embedded. Furthermore, the advanced data grid includes diverse editors such as text areas, dropdowns, checkboxes, and calendars, making data interaction more user-friendly and efficient. Overall, Datazenit represents a significant advancement in database administration technology.
  • 20
    Data Miner Reviews

    Data Miner

    Data Miner

    $19.99 per month
    Data Miner stands out as a premier web scraping tool tailored for serious data mining professionals. This extension, compatible with both Google Chrome and Edge browsers, enables users to effectively crawl web pages and extract data into formats like CSV files or Excel spreadsheets. With its user-friendly interface, Data Miner simplifies the process of advanced data extraction and web crawling. In just a few simple clicks, users can utilize any of the extensive collection of over 60,000 data extraction rules provided within the tool, or they can craft their own personalized rules to target specific data points from web pages. Whether scraping a single webpage or navigating an entire site, Data Miner is equipped to extract various types of information, including search results, product details, pricing, contact information, emails, and phone numbers. Upon completing the scraping process, Data Miner conveniently converts the gathered data into a well-organized CSV or Microsoft Excel file, making it easy for users to download and utilize. Additionally, Data Miner offers a robust array of features designed to allow users to extract any visible text from a webpage they are currently viewing in their browser, enhancing the tool's overall versatility.
  • 21
    Scrap.so Reviews

    Scrap.so

    Scrap.so

    $24.97 one-time payment
    Explore and gather information from various websites effortlessly, allowing you to send the collected data wherever you choose. With a one-time purchase, you gain lifetime access without any subscriptions, and you can use your own API keys at an incredibly low beta price. To begin, compile a list of the websites you aim to scrape; Scrap also has the capability to search Google for potential targets. You'll need to create a list defining the specific data you wish to gather, including brief descriptions that assist Scrap in locating the information effectively. Set parameters for how Scrap will distribute the data and specify the number of pages to be browsed on each site. Once configured, Scrap autonomously navigates through the websites, retrieves your desired data, and delivers it directly to you. The user-friendly interface allows you to monitor the status of each website efficiently. Eliminate tedious manual tasks and generate comprehensive lists of valuable leads, complete with essential details. Stay at the forefront of your industry by scraping the web for cutting-edge market trends and insights, which will empower you to make well-informed decisions. Maintain a strategic advantage by keeping a close eye on your competitors, ensuring you are always in the loop about their activities. With Scrap, you can revolutionize the way you collect and utilize online information.
  • 22
    Handinger Reviews

    Handinger

    Handinger

    $0.0005 per URL
    You can easily retrieve data without any coding skills by simply calling an HTTP endpoint. This approach is particularly useful for training large language models or for storing information in a personal knowledge repository. It's also beneficial for training visual models or obtaining web thumbnails. Users can extract various elements from a website, such as images, titles, and descriptions, making it ideal for specific content extraction tasks. Additionally, you can fetch website content and convert it into Markdown format, although it may inadvertently remove some crucial details along with irrelevant information. Another feature allows you to take a screenshot of a website and receive the image URL. You can also extract the most prevalent metadata from a site and get it in JSON format. Furthermore, the service enables you to fetch website content and return it in HTML format. While there is a rate limit in place, it is quite accommodating at 1,000 requests per minute, allowing for efficient data extraction while maintaining fairness and reliability for all users. Overall, this is a straightforward HTTP endpoint that simplifies the process and makes it accessible without the need for programming knowledge.
  • 23
    CSVBox Reviews

    CSVBox

    CSVBox

    $19 per month
    CSVBox serves as an importer tool tailored for CSV files in web applications, SaaS solutions, and APIs, allowing users to seamlessly integrate a CSV import feature into their applications within minutes. It boasts an advanced upload interface that lets users choose a spreadsheet file, align CSV headers with a set data model using intelligent column-matching suggestions, and perform data validation in real-time within the widget to guarantee smooth and accurate uploads. Supporting various file formats, including CSV, XLSX, and XLS, the tool incorporates functionalities such as smart column matching, client-side data checks, and upload progress indicators to boost user trust during the import process. Users can also enjoy a no-code setup, which permits them to establish their data model and validation criteria through an intuitive dashboard without any need for coding alterations. Furthermore, CSVBox allows for the generation of import links that facilitate file acceptance without necessitating the widget's presence, alongside the capability to assign custom attributes for further personalization. Overall, this comprehensive solution significantly simplifies the data import experience for users.
  • 24
    Surfsky Reviews

    Surfsky

    Surfsky

    $199/month
    Surfsky.io stands out as the premier solution for web scraping, data acquisition, and automated processes, engineered to navigate even the most sophisticated anti-bot mechanisms. Utilizing state-of-the-art technology, it guarantees smooth, covert browsing and extensive data extraction tailored to meet the needs of businesses, regardless of their size. Our innovative platform surpasses rivals such as Browserbase, Undetect, and ZenRows by delivering unmatched capabilities for circumventing CAPTCHA challenges, WAFs, and systems designed to detect bots. With Surfsky, professionals including developers, analysts, and data-centric organizations can easily collect structured information, automate their interactions, and carry out web-based tasks without any disruptions. Designed specifically for developers, Surfsky offers an API-first approach, ensuring easy integration with widely-used automation tools and providing highly adaptable browser automation functionalities. Additionally, its cloud-based framework guarantees optimal scalability and dependability, enabling users to implement scraping solutions effectively, regardless of the extent of their requirements. This ensures that Surfsky remains a versatile choice in the rapidly evolving landscape of data extraction technologies.
  • 25
    Serply Reviews

    Serply

    Serply

    $49 per month
    Serply.io is an API platform tailored for developers, offering real-time Google Search Engine Results Page (SERP) data without CAPTCHA in a convenient JSON format. This platform is crafted for applications that demand precise search results, delivering them in less than 300 milliseconds. It accommodates complex queries across a range of Google services, facilitating customized data extraction. By employing geolocated, encrypted parameters and directing requests through nearby servers, Serply.io guarantees location-specific result accuracy. Developers can seamlessly integrate the API with various programming languages including Python, JavaScript, Ruby, and Go, ensuring versatility in application development. With a proven track record spanning four years and a flawless service level, the platform also provides prompt customer support and detailed documentation to aid in user implementation. Additionally, Serply.io offers open-source tools such as Serply Notifications, which allow users to set up and receive alerts for particular search queries, enhancing the overall user experience. Furthermore, this capability empowers developers to stay informed about relevant search changes as they occur.
MongoDB Logo MongoDB