Showing 15 open source projects for "mongo-vision"

View related business solutions
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 1
    DbGate

    DbGate

    Database manager for MySQL, PostgreSQL, SQL Server, MongoDB

    Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others. Runs under Windows, Linux, Mac or as web application. DbGate is a cross-platform database manager. It's designed to be simple to use and effective when working with more databases simultaneously. But there are also many advanced features like schema compare, visual query designer, chart visualization or batch export and import. Mongo JavaScript editor, execute Mongo script (with NodeJs syntax). Redis tree view...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 2
    Arctic TimeSeries and Tick store

    Arctic TimeSeries and Tick store

    High performance datastore for time series and tick data

    Arctic is a timeseries/dataframe database that sits atop MongoDB. Arctic supports serialization of a number of datatypes for storage in the mongo document model. Serializes a number of data types eg. Pandas DataFrames, Numpy arrays, Python objects via pickling etc. so you don't have to handle different datatypes manually. Uses LZ4 compression by default on the client side to get big savings on network / disk. Allows you to version different stages of an object and snapshot the state (In some...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Qmgo

    Qmgo

    The Go driver for MongoDB. It‘s based on mongo-go-driver

    Qmgo is a Go driver for MongoDB . It is based on MongoDB driver, but easier to use like mgo (such as the chain call). Qmgo allows users to use the new features of MongoDB in a more elegant way. Qmgo is the first choice for migrating from mgo to the new MongoDB driver with minimal code changes. If your connection points to a fixed database and collection, recommend using the following way to initialize the connection. All operations can be based on cli. Qmgo supports two ways to make specific...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    DenoDB

    DenoDB

    MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno

    Supports PostgreSQL, MySQL, MariaDB, SQLite and MongoDB. Setting up your database with DenoDB is a four-step process. Create models, extending Model. table and fields are both required static attributes. Link your models, to add them to your database instance. Optional, create tables in your database, by using sync. Query your models! Using Mongo means adapting your models to its standards, one being the use of _id for identifying records. The only change on your side is to add an _id field...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloudflare secures and ensures the reliability of your external-facing resources such as websites, APIs, and applications. Icon
    It protects your internal resources such as behind-the-firewall applications, teams, and devices.
  • 5
    FerretDB

    FerretDB

    A truly Open Source MongoDB alternative

    ... queries to SQL, and uses PostgreSQL as a database engine. This will be compatible with MongoDB drivers, and should work as a drop-in replacement to MongoDB in many cases. Our vision is to enable the open source community and developers to reap the benefits of easy-to-use document databases, while staying away from vendor lock-in, and fauxpen licenses. We are open source advocates at heart, and we release FerretDB with an open source license recognized by the Open Source Initiative.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    M2SQL

    M2SQL

    Replicate your Mumps Globals into Relational Data Base

    M2SQL is a handy tool that permits to map your existing Mumps Globals in a relational Vision. The mapping process is simple and intuitive and is done only once. The Mapping process will describe the Mumps Globals data as a complex of Applications, Hierarchies, Relations and fields. Once mapping is completed you will able to replicate all the Mumps data into Target Relation database such as SQLITE or MYSQL. Normally you will do the replication process once a day while system is silent...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Raquel Database System

    Raquel Database System

    RAQUEL : "Relational Algebra Query, Update and Executive Language"

    ... installation optimised for a certain kind of DB; 2. be a stack of core black boxes to provide general DBMS functionality, plus a range of plug-in black boxes to support different physical storage mechanisms & scalar data types; 3. employ code designed with a mixture of functional, OO & other methods so as to minimise internal DBMS state complexity. The 'Northumbria Website' (above RHS menu option) describes the vision, specification & design of the RAQUEL language & DBMS architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MongoDB Shell Enhancements

    MongoDB Shell Enhancements

    MongoDB Shell Enhancements for Hackers

    These enhancements are useful to me but they don't make sense for everyone. Feel free to tweak to your desire and please submit feedback or pull requests. Only tested with non-EOL versions of MongoDB server (currently 3.4+) Does not work with mongo shell or MongoDB servers < 2.4. Updates called on existing cursors are experimental. Verbose shell is enabled by default (config: verbose_shell). Highlight query time if verbose shell is enabled. Default indent is 2 spaces instead of tab (config...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    go-clean-arch

    go-clean-arch

    Golang clean architecture based on Reading Uncle Bob's Clean Arch

    ..., without changing the business rules. Independent of Database. You can swap out Oracle or SQL Server, for Mongo, BigTable, CouchDB, or something else. Your business rules are not bound to the database. Independent of any external agency. In fact your business rules simply don’t know anything at all about the outside world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 10

    mongowdog

    MongoDB WatchDog

    Mongo WatchDog Connections - Script for Cronjob to check if your mongo database has more of 500 connections. Remember, to change the variables ! 2016 - www.garanet.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    webmongo

    Accessing server-side mongodb through client javascript API.

    Accessing server-side mongodb through client javascript API. This project is a branch of dbcloud You can do almost invoke on mongodb through the javascript API in browser. The client javascript api support IE6.0+ Chrome FireFox and Wechat
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Open Delays

    A program that gather trains delays data

    A program that gather trains delays data, so as to make user able to make statistics. Delays are published by train companies, but only the current day is available. Open Delays intends to gather this data in the longer term, so users can have a statistical vision on the train they use, and control and identify structural problems in train exploitation. This also allows to know for example if the train you are stepping in had 15mn delay in 30% of the cases : if you have this kind...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Mongo JDBC Driver

    A minimal JDBC driver implementation for MongoDB

    This project builds upon the MongoDB Java driver to provide a limited JDBC implementation to allow graphical tools such as SQuirreL SQL Client to visualize and manipulate MongoDB collections and documents. It will accept an SQL-like syntax for CRUD operations, where "tables" represent MongoDB collections, and rows are individual documents within a collection. Each row has two columns (ObjectId and Document).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A webstart application that allows to you to browser, update and administer a mongo database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Animevision is an anime management software. With it you can manages the anime you are viewing with functionality like Vision System, advanced multi-pass filtering with basic boolean operators like AND/OR/NOT, images library with Zoom, and even more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next