Showing 28 open source projects for "host"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    Npgsql

    Npgsql

    Npgsql is the .NET data provider for PostgreSQL

    Npgsql is an open source ADO.NET Data Provider for PostgreSQL, it allows programs written in C#, Visual Basic, F# to access the PostgreSQL database server. It is implemented in 100% C# code, is free and is open source. An Entity Framework Core provider is also available and exposes some features unique to the PostgreSQL database to EF Core users. Finally, a legacy Entity Framework 6.x (non-Core) provider is also available but is no longer being actively maintained. Npgsql is the open source...
    Downloads: 54 This Week
    Last Update:
    See Project
  • 2
    OWASP Amass

    OWASP Amass

    In-depth attack surface mapping and asset discovery

    ... security. The volume argument allows the Amass graph database to persist between executions and output files to be accessed on the host system. The first field (left of the colon) of the volume option is the amass output directory that is external to Docker, while the second field is the path, internal to Docker, where amass will write the output files.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 3
    AriaNg

    AriaNg

    A modern web frontend making aria2 easier to use

    AriaNg is a modern web frontend making aria2 easier to use. AriaNg is written in pure html & javascript, thus it does not need any compilers or runtime environment. You can just put AriaNg in your web server and open it in your browser. AriaNg uses responsive layout, and supports any desktop or mobile devices. Sort tasks (by name, size, progress, remaining time, download speed, etc.), files, bittorrent peers. Search tasks, and retry tasks. Adjust task order by dragging. More information of...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    Dolt

    Dolt

    Dolt, it's Git for data

    ... DoltHub, a place to share Dolt databases. We host public data for free. If you want to host your own version of DoltHub, we have DoltLab. If you want us to run a Dolt server for you, we have Hosted Dolt. MySQL comes with a MySQL server called mysqld and a MySQL client called mysql. You're only interested in the client. After following the instructions from MySQL's documentation, make sure you have a copy of the mysql client on your path.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Boost your bottom line in less time | IBM Cognos Analytics Icon
    Boost your bottom line in less time | IBM Cognos Analytics

    Business intelligence solution for businesses wanting to make better analytics and confident decisions

    IBM Cognos Analytics acts as your trusted co-pilot for business with the aim of making you smarter, faster, and more confident in your data-driven decisions.
    Learn More
  • 5
    Nhost

    Nhost

    The Open Source Firebase Alternative with GraphQL.

    Get a database and backend configured and ready in minutes so you can focus on your app and on your users. Since Nhost is 100% open source, you can self-host the whole Nhost stack. Check out the example docker-compose file to self-host Nhost. Nhost consists of open source software, Database: PostgreSQL, Instant GraphQL API: Hasura, Authentication: Hasura Auth, Storage: Hasura Storage, Serverless Functions: Node.js (JavaScript and TypeScript), Nhost CLI for local development. Instant Realtime...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Database Lab Engine (DLE)

    Database Lab Engine (DLE)

    DLE provides blazing-fast database cloning to build dev environments

    Thin PostgreSQL clones. DLE provides blazing-fast database cloning to build powerful development, test, QA, staging environments. Follow to stay updated. The Database Lab Engine is an open-source experimentation platform for PostgreSQL databases. Instantly create full-size clones of your production database and use them to test your database migrations, optimize SQL, or deploy full-size staging apps. The Database Lab Engine (DLE) runs on an independent server within your own infrastructure....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FileMasta

    FileMasta

    A search application to explore, discover and share online files

    A federated search application for discovering interesting files that are being shared online, such as video, music, books, software, games, subtitles and much more. All data is crawled by od-database which collects information about the contents of servers worldwide. We don't search file contents. We host no content, we provide only access to already available files in the same way Google and other search engines do.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    bakql
    Este proyecto es un sistema de respaldo de Bases de datos SQL. Por ahora solo se ha desarrollado para MySQL, se espera ajustar para más bases de datos relacionales
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    FAKE2DB

    FAKE2DB

    Create custom test databases that are populated with fake data

    Generate fake but valid data filled databases for test purposes using most popular patterns(AFAIK). Current support is sqlite, mysql, postgresql, mongodb, redis, CouchDB. The installation through pypi retrieves 'fake-factory' as a main dependency. db argument takes 6 possible options, sqlite, mysql, postgresql, mongodb, redis, CouchDB. name argument is OPTIONAL. When it is absent fake2db will name db's randomly. host argument is OPTIONAL. Hostname to use for database connection. Not used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
    Learn More
  • 10
    DatacenterManager

    DatacenterManager

    UNIX Performance Monitoring / Trend Analysis Java Software

    Remotely Inventory and Poll UNIX servers in seconds. (without installing extra software on your servers, just by SSH communication plain old UNIX commands). Your entire datacenter can be automatically inventoried by supplying hostname, username & password for each server, either “one by one” or via an automated CSV host-list import file. This software goes great with other UNIX software like WinSCP and Putty etc !!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Nodejs MySQL Query Builder

    A small lib that builds query using mysql and nodejs

    This is a small mysql query builder using the nodejs mysql driver by felixge. Sample Usage: ```js var query_builder = require('query_builder'); var dbconn_default = { host : 'host', user : 'user', pass : 'password', dbase : 'database_schema' }; var qb = new query_builder( dbconn_default ); var select_details = { table : 'table_name', fields : [ 'field1', 'field2', ... ], conditions : { field1 : 'value1', field2 : 'value2' } }; qb.select...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    PhpBackup4MySQL

    Easily backup / restore MySQL in Php, with AWS S3 upload capability.

    Easily backup and restore MySQL databases from a php script. This project is written with shared hosting in mind, that is: it doesn't rely on "exec" from Php or such commands that won't be allowed with most host providers. This lightweight project is a php class for easy MySQL backup integration within your scripts. Despite its ease of use, this project handles advanced settings such as foreign key constraints and backup upload to AWS S3. You may adjust the backup / restore modes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The Clerk Ignite Project is building an Object Oriented-database and application-host. All-in-one solution to data centric applications. The system features an event based backbone, simple programming model, zero setup. Fast, small footprint, opensource.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project is made to run auto or manual scans that return your Routers IP Address. This is intended for persons who host their website on a dynamic IP address that gets changed by their ISP periodically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Camera Life
    Run your own photo website. Camera Life is PHP software you can run to show your photos on your own website. Camera Life is easy to setup and customize if want to blend it in with the rest of your site.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    SAADA transforms a set of heterogeneous astronomical data FITS files in a powerfull database deployed on the Web and including VO features. The database is located on your host and keeps under your full control. This job doesn't require to write cod
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    EkklesiaSoft VBS Registration
    EkklesiaSoft VBS Registration is a PHP based online registration system released under the MIT license for Vacation Bible Schools. By allowing you to host the registration system on your own website, we are giving you the flexibility of the raw data
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A website setup tool written in the Java programming language providing necessary functionalities to configure source files including SQL structures for the targeted database. FTP access and SQL support are required on the targeted host.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The Software Workshop is proud to develop, host and support contributions to the MySQL® PostgreSQL Communities which provide extended usage statistics for SQL. We can be found at http://www.extsql.com!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DownloadCenter is a download management system designed for project leaders who need a simple way to manage and track downloads that they host.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    A PHP and PostgreSQL based website for the management of a wedding guest list. A backend interface allows the host to manage the guest list, and a web interface allows guests to RSVP online.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The rapid accumulation of human mutation data has led to the idea of establishing a national/ethnic database in Turkey endorsed by HUGO-MDI/HGVS. The interdisciplinary hmut-tr project initiated in 1995 aims to host this valuable data and information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A Cisco(c) centric VMPS Server interface. A web based (PHP) interface to manage host registration for Dynamic VLAN policys. Also provides configuration change management for the VMPS configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The purpose of this program is to ease people who host small or medium sport or other competitions where results are times(hh:mm:ss). This program allows results to be saved easily in a database. This program is written in PHP and uses MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    EmbedDB is a set of simple APIs for interacting with embedded databases in an intuitive fashion. It aims to implement each language binding in an identical way, enforcing binary compatibility, and leveraging the host language's standard structural types
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next