Showing 25 open source projects for "long file path"

View related business solutions
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • 99.99% Uptime for MySQL and PostgreSQL on Google Cloud Icon
    99.99% Uptime for MySQL and PostgreSQL on Google Cloud

    Enterprise Plus edition delivers sub-second maintenance downtime and 2x read/write performance. Built for critical apps.

    Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
    Try Cloud SQL Free
  • 1
    SQLite JDBC Driver

    SQLite JDBC Driver

    SQLite JDBC Driver

    ...To use another directory, set org.sqlite.tmpdir JVM property to your favorite path.
    Downloads: 336 This Week
    Last Update:
    See Project
  • 2
    MyBatis

    MyBatis

    MyBatis SQL mapper framework for Java

    ...A SqlSessionFactory instance can be acquired by using the SqlSessionFactoryBuilder. SqlSessionFactoryBuilder can build a SqlSessionFactory instance from an XML configuration file, or from a custom prepared instance of the Configuration class. Building a SqlSessionFactory instance from an XML file is very simple. It is recommended that you use a classpath resource for this configuration, but you could use any InputStream instance, including one created from a literal file path or a file:// URL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Parse Server

    Parse Server

    API server module for Node/Express

    ...We follow the Node.js Long Term Support plan and only test against versions that are officially supported and have not reached their end-of-life date. You can use any arbitrary string as your application id and master key. These will be used by your clients to authenticate with the Parse Server. Parse provides SDKs for all the major platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    LocustDB

    LocustDB

    Massively parallel, high performance analytics database

    ...Download the latest binary release, which can be run from the command line on most x64 Linux systems, including Windows Subsystem for Linux. When loading .csv or .csv.gz files with --load, the first line of each file is assumed to be a header containing the names for all columns. The type of each column will be derived automatically, but this might break for columns that contain a mixture of numbers/strings/empty entries. To persist data to disk in LocustDB's internal storage format (which allows fast queries from disk after the initial load), specify the storage location with --db-path.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run Any Workload on Compute Engine VMs Icon
    Run Any Workload on Compute Engine VMs

    From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.

    Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
    Try Compute Engine
  • 5
    Go MySQL Driver

    Go MySQL Driver

    MySQL driver for Go's (golang) database/sql package

    ...Automatic handling of broken connections, as well as automatic Connection Pooling (by database/sql package). Supports queries larger than 16MB. Full sql.RawBytes support. It provides intelligent LONG DATA handling in prepared statements. Secure LOAD DATA LOCAL INFILE support with file allowlisting and io.Reader support. Optional time.Time parsing, as well as optional placeholder interpolation. db.SetConnMaxLifetime() is required to ensure connections are closed by the driver safely before connection is closed by MySQL server, OS, or other middlewares. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    SweCompiler

    This compiler is focusing on easy gui layout (text) and databases.

    This compiler is focusing on easy gui and databases. It's support PostgreSQL, MariaDB, SqLite, Odbc. It is running under Linux too (wine). OpenGL support (only 64 bits version), easy printer layout (non gui) and serial communication (demo is coming). I've been used it for a long time so it should be stabile (32 bits ver).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GeoTools, the Java GIS toolkit

    GeoTools, the Java GIS toolkit

    Toolkit for working with and mapping geospatial data

    GeoTools is an open source (LGPL) Java code library which provides standards compliant methods for the manipulation of geospatial data. GeoTools is an Open Source Geospatial Foundation project. The GeoTools library data structures are based on Open Geospatial Consortium (OGC) specifications.
    Leader badge
    Downloads: 140 This Week
    Last Update:
    See Project
  • 8
    XLocate

    XLocate

    Conveniently search and update any volume

    XLocate is a file system index management tool and a front-end to the most popular GNU-Linux fast search utilities. XLocate allows you to maintain a collection of databases for fixed and removable hard disks, shelved CD/DVD/Blu-ray collections, network places, memory sticks etc. You can define search sets and get a high level of flexibility through extensive options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    EJDB

    EJDB

    Embeddable JSON Database engine C library

    EJDB 2.0, Embeddable JSON Database engine C library. Simple XPath like query language (JQL). Websockets / Android / iOS / React Native / Flutter / Java / Dart / Node.js bindings. Docker image. Array elements are matched from start to end. In equal arrays all values at the same index should be equal. Lexicographically sort object keys in both maps. Do matching keys and its values starting from the lowest key. Database index can be build for any JSON field path containing values of number or...
    Downloads: 1 This Week
    Last Update:
    See Project
  • $300 in Free Credit for Your Google Cloud Projects Icon
    $300 in Free Credit for Your Google Cloud Projects

    Build, test, and explore on Google Cloud with $300 in free credit. No hidden charges. No surprise bills.

    Launch your next project with $300 in free Google Cloud credit—no hidden charges. Test, build, and deploy without risk. Use your credit across the Google Cloud platform to find what works best for your needs. After your credits are used, continue building with free monthly usage products. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 10
    go-sqlite3

    go-sqlite3

    sqlite3 driver for go using database/sql

    ...However, after you have built and installed go-sqlite3 with go install github.com/mattn/go-sqlite3 (which requires gcc), you can build your app without relying on gcc in the future. Because this is a CGO enabled package you are required to set the environment variable CGO_ENABLED=1 and have a gcc compile present within your path. When creating a new SQLite database or connection to an existing one, with the file name additional options can be given. This is also known as a DSN string. (Data Source Name). Options are appended after the filename of the SQLite database. This library supports dsn options of SQLite itself and provides additional options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    myoradump

    MyOraDump is a tool for exporting data from an Oracle database

    MyOraDump is a program that will export oracle data stored in most of the basic oracle types as a text file that can for example be used for import into other databases, for example MariaDB and MySQL. The program is written in C using OCI and supports array fetching, which means good performance. In addition BLOB, CLOB, NCLOB as well as RAW, LONG and LONG RAW is supported. Output can be in several formats, like separated values, JSON, MySQL dump and HTML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    River Bass Database

    River Bass Database

    Manage your Access MDB sales Database on LAN server with .NET client

    ...The user can specify the target directory, invoice language, and the invoice currency. The application also allows you to set the location path to the database file. The file can be placed on a network drive located in a LAN server. The network should be built with the Windows systems PC's.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    pg_flame

    pg_flame

    A flamegraph generator for Postgres EXPLAIN ANALYZE output

    A flamegraph generator for Postgres EXPLAIN ANALYZE output. The pg_flame program reads a JSON query plan from standard input and writes the flamegraph HTML to standard output. Therefore you can pipe and direct input and output however you desire. Flamegraphs were invented by Brendan Gregg to visualize CPU consumption per code-path of profiled software. They are useful visualization tools in many types of performance investigations. Flamegraphs have been used to visualize Oracle database...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    goleveldb

    goleveldb

    LevelDB key/value database in Go

    This is an implementation of the LevelDB key/value database in the Go programming language. Package leveldb provides an implementation of LevelDB key/value database. OpenFile opens or creates a DB for the given path. The DB will be created if not exist, unless ErrorIfMissing is true. Also, if ErrorIfExist is true and the DB exist OpenFile will returns os.ErrExist error. OpenFile uses standard file-system backed storage implementation as described in the leveldb/storage package. OpenFile will return an error with type of ErrCorrupted if corruption is detected in the DB. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    react-scripts-ts

    react-scripts-ts

    Create React apps using typescript with no build configuration

    ...Create React apps (with Typescript) with no build configuration. In general, most upgrades won't require any migration steps to work, but if you experience problems after an upgrade, please file an issue, and we'll add it to the list of migration steps. Since 2.16.0, the template uses different tsconfig files for both development and production mode. For the latter, unfortunately, the path resolver is not smart enough to fall back to the basic tsconfig.json in case the expected tsconfig.prod.json is not present, so you have to create this file manually. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ERMaster
    ERMaster is Eclipse plug-in to make ER diagram. Functionally, Import from data base, Making of table definition book on Excel, Image output, DDL output, etc. are being offered.
    Leader badge
    Downloads: 113 This Week
    Last Update:
    See Project
  • 17
    EXZELLENZ
    Mar 2025 - Project moved to Github: https://github.com/symbolthree/exzellenz EXZELLENZ is a pure-Java program to manipulate table data in Oracle database through Microsoft Excel file (in xls and xlsx formats). Using Apache POI and JDBC API, this program can be used to download, insert, update, and delete data in database tables. It does not use any Office VBA, so you don't need to change the Excel security settings, and no need to worry the 32/64bit compatibility. Written in Pure-Java means that you can also run this program in Windows, *nix or Mac environment, as long as you maintain the file in Excel format (through Open/Libre Office).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    Test data generator

    Random test data generator

    ...It's easy to test your code on large amount of data. For test integers than 10000 it directly copies the test data to clipboard and for greater amount of data it creates a TXT file in d:\ path.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    XDO Client

    A standalone Java program to run Oracle XML/BI Publisher templates.

    ...The progam can be run in Windows or any Linux variant, as long as it support JRE 6 or higher.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    dbWarden for SQL Server

    dbWarden for SQL Server

    Comprehensive database monitoring solution for SQL Server 2005+

    dbWarden is a comprehensive database monitoring and alerting solution for SQL Server 2005. 2008 and now 2012. It features email and text notifications with customizable metrics for alerts such as Blocking, Long Running Queries and SQL Jobs, CPU %, Log file and TempDB growth. Another main feature is a detailed HTML based daily health report which provides a thorough overview of your database server. dbWarden is written completely in SQL and requires sysadmin level permissions to run xp_instance_regread and xp_fixeddrives. Utilizes SQL Agent, DBMail and Operators.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21

    fw2csv

    Convert data file from fixed width format table to CSV

    Fixed width data files are probably the most annoying data to import into database. This utility allows user to insert user-defined column separators into user-defided positions of flat file table given in fixed-width format. I am using this utility to import astronomical catalogs provided as flat tables at CDS ftp-server into postgresql; Build: $ make all [cc={icc|gcc}] Install: $ make install [prefix=/path/to/your/bin/directory] Example of usage: $ gzip -dc table.dat.gz | fw2csv --stops=4,10,11,20,30,36 -d '|' -header 1 | psql wsdb -c "copy mytable from stdin with csv delimiter '|'" For the list of available options call $ fw2csv --help
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PycoDB
    A databasing system for users with minimal needs which reads directly from human-readable plaintext files stored in a specified path.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    MailArchiva is a powerful, full featured email archiving (email archiver) and compliance solution for mail systems such as Microsoft Exchange. It stores all incoming, outgoing and internal emails for long term storage. A web based user interface is avail
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    File Database Windows application designed to hash a directory and all subdirectories in a given path, so you can find exact duplicates anywhere within that path. Uses a SQL database, is coded in C# and includes a Web Interface for remote admin of dups.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project aims to create language glossaries in order to be able to easily convert them e.g. for OmegaT or Vocabulary (OpenOffice.org) file format. Step by step all languages will be included - it was inactive for quite a long time - I'll add lists to be worked on here and these lists will go into OmegaWiki as well. Please note that glossary lists are under cc-by license
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB