Search Results for "sql database engine" - Page 16

Showing 514 open source projects for "sql database engine"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • 1
    The Library Management System is designed to let you manage your book collection. You can even note who you've lent a book to.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Applicativo per il supporto alla stesura del Documento Programmatico sulla Sicurezza (DPS) ai sensi del D.leg.196 del 30/06/2003.Permette la raccolta dei dati rilevanti e la produzione degli allegati del suddetto documento. dpshelper@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Adds convenience methods for Python's DB-API2 connection objects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Moodss is a modular monitoring application, composed of a GUI and a daemon, which supports any device or process for which a module can be developed. Complete dashboards with graphical viewers, thresholds, SQL database archiving, ... can be managed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easily Host LLMs and Web Apps on Cloud Run Icon
    Easily Host LLMs and Web Apps on Cloud Run

    Run everything from popular models with on-demand NVIDIA L4 GPUs to web apps without infrastructure management.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure. Cloud Run gives you on-demand GPU access for hosting LLMs and running real-time AI—with 5-second cold starts and automatic scale-to-zero so you only pay for actual usage. New customers get $300 in free credit to start.
    Try Cloud Run Free
  • 5
    Arrowbase is a collection of tools for backup persoses. Together they combine a backup system that can be used on more then one Operating system. This makes the project not only widely spread but portable as wel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Trident - A multipule layer persistant MMORTS where you can not only control your units, but jump into your units and control them directly. Features a commander mode where you have overall view of the world and can issue orders for the troops to follow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The Cross Platform Application Collection is a meta project which includes several smaller projects that provide useful tools for any .net/mono enabled platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SenseRank Sys: - builds the dictionaries (multidim matrices) of words’ values; - for the set utterance in certain language builds a figure in multidimensional space (in the matrix space) of values (visual schema), which is topological view of sense
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    KInterbasDB is a Python DB API 2.0 module for the relational databases Firebird and Interbase. KInterbasDB also exposes most of the native client API of the database engine, including two-phase commit, server-side events, and an administrative API.
    Downloads: 14 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs up to 54% with BigQuery Icon
    Cut Data Warehouse Costs up to 54% with BigQuery

    Migrate from Snowflake, Databricks, or Redshift with free migration tools. Exabyte scale without the Exabyte price.

    BigQuery delivers up to 54% lower TCO than cloud alternatives. Migrate from legacy or competing warehouses using free BigQuery Migration Service with automated SQL translation. Get serverless scale with no infrastructure to manage, compressed storage, and flexible pricing—pay per query or commit for deeper discounts. New customers get $300 in free credit.
    Try BigQuery Free
  • 10
    Pirate is a programmable API for developing complex, extensible JavaScript objects and modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Dashcode is a Django-driven news and message-board.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    WordPress BitTorrent Tracker is a torrent tracker embedded into WordPress and will support server-side seeding
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    An attempt at a Xanalogical Web, comprised of a CGI system with both native and HTML interfaces, a set of standards, a backend supporting Transclusion, versioning, and a custom browser with support for Transpointing and editing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Anemasys is a network managemet system for small networks of Linux clients. It provides functions like state control and class based remote administration facilities. It consits of a collection of python scripts and an admin gui frontend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Clone of Wing Commander Armada, using and proving the Pi4x turn-based space strategy engine. Written in Python, using the Pygame library, designed to implement all functions of Armada while improving the interface and allowing extensions.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Each user can run their own threaded search engine and contribute to a global search database searching only the sites they want. It is built using Turbogears.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Spam Scalpel is an open source spam intelligence engine. Spam Scalpel's main objective is to automate data collection and analysis for monitoring compliance with anti-spam laws.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Putting a Flashy Face on Python using Flash/JSON/Python. See SamFeltus.com for Flash 8 and SonomaSunshine.com for Flash 7.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    lylina is a river-of-news style web-based RSS/Atom feed aggregator loosely based on it's predicessor, lilina. It features a dynamic multi-user system and a scalable database backend, providing the best way to get all your news in one place.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PONY - ORM & web publication framework

    PONY - ORM & web publication framework

    Pony is a fast and easy to use Python ORM

    Pony is an object-relational mapper. The most interesting feature of Pony is its ability to write queries to the database using generator expressions. Pony works with entities which are mapped to a SQL database. Using generator syntax for writing queries allows the user to formulate very eloquent queries. It increases the level of abstraction and allows a programmer to concentrate on the business logic of the application. Following is an example of a query in Pony: select(p for p in Product if p.name.startswith('A') and p.cost <= 1000) Pony translates queries to SQL using a specific database dialect. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The Flamenco search and browse interface framework uses hierarchical faceted metadata to allow users to both refine and expand queries, while maintaining a consistent representation of a collection and seamlessly integrating keyword queries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Sqltoolbox is a collection of database manipulation tools allowing viewing, editing, and querying of data across different database platforms and operating systems.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    FGL is a tightly-integrated self-contained development & execution environment utilizing best-of-breed programming tools and methodologies, optimized web/application server, highly-scalable relational/object database, and robust extension interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Generic Python driven XML/CGI interface to heterogeneous databases for the TAPIR and WFS protocols
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This tool generates Data Access Objects and Value Objects for PHP4/MySQL web applications. This greatly improves the readability of PHP scripts that use a MySQL database. Requires Python.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →