Showing 75 open source projects for "live-magic"

View related business solutions
  • The Simple HR Solution Icon
    The Simple HR Solution

    HR Partner is a simple, all-inclusive online HR Management system for businesses with 20 to 500+ employees.

    Say goodbye to messy spreadsheets and paperwork – get the HR tools large companies use, without the big price tag
  • Cloud based software designed for labor unions Icon
    Cloud based software designed for labor unions

    Union Impact goes above and beyond in improving the way you manage your member information.

    We’re confident you’ll agree that our labor union software is truly the easiest, most efficient, and customizable way to organize all of your union workforce management needs.   In addition to making workflow easier, you’ll find that with our labor union software your organization will become more in tune with your members, contractors, and their surrounding communities.
  • 1
    Redis

    Redis

    An in-memory database that persists on disk

    Redis is an open-source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions, and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster. You...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 2
    SQLPad

    SQLPad

    Web-based SQL editor run in your own private cloud

    A web app for writing and running SQL queries and visualizing the results. Supports Postgres, MySQL, SQL Server, ClickHouse, Crate, Vertica, Trino, Presto, SAP HANA, Cassandra, Snowflake, Google BigQuery, SQLite, TiDB, and many more via ODBC. The docker image runs on port 3000 and uses /var/lib/sqlpad for the embedded database directory. latest tag is continuously built from latest commit in repo. Only use that if you want to live on the edge, otherwise use specific version tags to ensure...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    migrate

    migrate

    Database migrations, CLI and Golang library

    Database migrations are written in Go. Use as CLI or import as a library. Migrate reads migrations from sources and applies them in correct order to a database. Drivers are "dumb", migrate glues everything together and makes sure the logic is bulletproof. (Keeps the drivers lightweight, too.) Database drivers don't assume things or try to correct user input. When in doubt, fail. Package migrate reads migrations from sources and runs them against databases. Sources are defined by the...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    QuestDB

    QuestDB

    An open source SQL database designed to process time series data

    ... relational and time series joins. QuestDB achieves high performance from a column-oriented storage model, massively-parallelized vector execution, SIMD instructions, and various low-latency techniques. The entire codebase was built from the ground up in Java and C++, with no dependencies, and is 100% free from garbage collection. We provide a live demo provisioned with the latest QuestDB release and sample datasets.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Efficient Cloud Printing | CirrusPrint Icon
    Efficient Cloud Printing | CirrusPrint

    Companies searching for an efficient cloud and network printing solution that helps print from their cloud or on-premise ERP

    CirrusPrint is designed to manage and streamline printing and document delivery across networks. It solves cloud migration problems related to printing, and provides the most direct and immediate method to deliver documents to your users. Traditional network printing works without changing operations, plus there are new capabilities: you can print to your users, or email your printers, or send a file from your phone to a printer across the country.
  • 5
    RisingWave

    RisingWave

    RisingWave: the next-generation streaming database in the cloud

    RisingWave is a cloud-native streaming database that uses SQL as the interface. It is designed to reduce the complexity and cost of building real-time applications. RisingWave consumes streaming data, performs continuous queries, and updates results dynamically. As a database system, RisingWave maintains results in its own storage so that users can access data efficiently. RisingWave accepts data from sources like Apache Kafka, Apache Pulsar, Amazon Kinesis, Redpanda, and materialized CDC...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Realm

    Realm

    Mobile database: a replacement for Core Data & SQLite

    ... memory, disk space, and battery life. Realm was built for mobile developers, with simplicity in mind. The idiomatic, object-oriented data model can save you thousands of lines of code. Realm’s live objects mean data updated anywhere is automatically updated everywhere. If you need to freeze elements of your data for Reactive frameworks, you can do that, too.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    LINQ to DB

    LINQ to DB

    Linq to database provider

    LINQ to DB is the fastest LINQ database access library offering a simple, light, fast, and type-safe layer between your POCO objects and your database. Architecturally it is one step above micro-ORMs like Dapper, Massive, or PetaPoco, in that you work with LINQ expressions, not with magic strings, while maintaining a thin abstraction layer between your code and the database. Your queries are checked by the C# compiler and allow for easy refactoring. However, it's not as heavy as LINQ to SQL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Kysely

    Kysely

    A type-safe typescript SQL query builder

    Kysely (pronounce “Key-Seh-Lee”) is a type-safe and autocompletion-friendly typescript SQL query builder. Inspired by knex. Mainly developed for node.js but also runs on deno and in the browser. Kysely makes sure you only refer to tables and columns that are visible to the part of the query you're writing. The result type only has the selected columns with correct types and aliases. As an added bonus you get autocompletion for all that stuff. As shown in the gif above, through the pure magic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Nhost

    Nhost

    The Open Source Firebase Alternative with GraphQL.

    ... GraphQL API based on your tables and columns in the database. Sign in users with email, magic links, SMS, Google, Facebook, etc. Run the full Nhost stack locally during development using the Nhost CLI. Deploy database and backend changes with the workflow you love (`git push`). Let users upload and download images, documents and other files. The GraphQL API has built in subscriptions to sync data in realtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage your fitness club more efficiently and keep your members engaged Icon
    Manage your fitness club more efficiently and keep your members engaged

    Gym managers and businesses in search of a gym management solution to handle all their fitness management needs and requirements

    An all-in-one cloud-based management solution for a variety of health and fitness centers, Shapenet delivers a full suite of integrated technology solutions.
  • 10
    RxRealm

    RxRealm

    RxSwift extension for RealmSwift's types

    ... inside a write transaction. Update objects by updating field values on an instance of the object within a transaction. Register a notification handler on an entire realm, a collection, or an object, and react to changes. Because Realm Database objects are live objects, they're automatically updated when they're modified.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SchemaCrawler

    SchemaCrawler

    Free database schema discovery and comprehension tool

    SchemaCrawler is a free database schema discovery and comprehension tool. SchemaCrawler has a good mix of useful features for data governance. You can search for database schema objects using regular expressions, and output the schema and data in a readable text format. The output serves for database documentation, and is designed to be diff-ed against other database schemas. SchemaCrawler also generates schema diagrams. You can execute scripts in any standard scripting language against your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    HStreamDB

    HStreamDB

    HStreamDB is an open-source, cloud-native streaming database

    HStreamDB is an open-source, cloud-native streaming database for IoT and beyond. Modernize your data stack for real-time applications. By subscribing to streams in HStreamDB, any update of the data stream will be pushed to your apps in real-time, and this promotes your apps to be more responsive. You can also replace message brokers with HStreamDB and everything you do with message brokers can be done better with HStreamDB. HStreamDB provides built-in support for event time-based stream...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    vue-fontawesome

    vue-fontawesome

    Font Awesome Vue component

    ... Pro, we've built a lean icon-obsessed team who keep cranking out more icons, more styles, and more services for everyone. We have more icons, services, and support in Pro. If you want them, you subscribe. No shenanigans. We won't sell your data, because we don't want to live in that world, and we don't want to run that company. From the beginning, Font Awesome has been free and open source. And since we're creator-owned and operated, we get to make sure Font Awesome Free stays that way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    realm by MongoDB

    realm by MongoDB

    Realm is a mobile database, an alternative to SQLite key-value stores

    ... developers, with simplicity in mind. The idiomatic, object-oriented data model can save you thousands of lines of code. Realm’s live objects mean data updated anywhere is automatically updated everywhere. If you need to freeze elements of your data for Reactive frameworks, you can do that, too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Magic 7

    Magic 7

    7 Generic TSQL Scripts to Troubleshoot SQL Performance Problems

    "It's not a tool, which fixes a problem, but the fool using it!" (Jörg Stryk) The M7 bunch of scripts should help the EXPERIENCED Troubleshooter to quickly identify bottlenecks and to develop/implement appropriate solutions. "With great power comes great responsibility" (Uncle Ben)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    SQL DAL Maker

    SQL DAL Maker

    A generator of DTO, Model, and DAO classes to access relational DB

    SQL DAL Maker is a generator of DTO, Model, and DAO classes to access relational databases. Target programming languages: PHP, Java, C++, Python, and Go. To generate the class, you declare it in XML meta-program. At the stage of code generation, the target database must exist and be available for JDBC connection. Generated code is being synchronized with the current database schema using "live" JDBC metadata. Written in Java. Implemented as plug-ins For Eclipse: https
    Leader badge
    Downloads: 227 This Week
    Last Update:
    See Project
  • 17
    Excel - NSE Stock Option Chain

    Excel - NSE Stock Option Chain

    Fetch the live NSE Stock Option Chain data in Excel

    Useful Excel sheet for Stock Option Traders. This Excel sheet can fetch the Live NSE Option Chain Data for Stocks. Fetch the live Stock Option Chain data such as Open Interest and Price at differentStrike prices, specifically few Strike Price ranges near to ATM in Excel sheet. It can be used to compare and analyze Open Interest and Price Changes at different Strike Prices. This Excel sheet collects the following data at a given Strike Price, for both Calls (CE) and Puts (PE...
    Leader badge
    Downloads: 129 This Week
    Last Update:
    See Project
  • 18
    BeeBase

    BeeBase

    Relational programmable database with GUI

    BeeBase is a relational, programmable database system with graphical user interface for Windows, Mac, Linux and Amiga.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    vue-beautiful-chat

    vue-beautiful-chat

    A simple and beautiful Vue chat component backend agnostic

    ... as shown in the example. Message objects are rendered differently depending on their type. Currently, only text, emoji and file types are supported. Each message object has an author field which can have the value 'me' or the id of the corresponding agent. vue-beautiful-chat is a chat window that allows you to build and add custom live chat to your sites. It includes only the vue chat widget. There is no backend, and no communication system baked in.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    XML Editor/Validator/Designer with CAMV

    XML Editor/Validator/Designer with CAMV

    CAM XML Editor for XML+JSON+Hibernate+SQL Open-XDX sponsored by Oracle

    ..., & OASIS modes) + JAXB bindings; Mindmap FreeMind or UML models(XMI); XML unit test & live SQL data; HTML docs + spreadsheets (NIEM IEPDs). Canonical component dictionaries from schema sets, SQL, JSON, ERwin XSD, or spreadsheets. The XML CAM templates (OASIS standard) store the exchange structure, content model, code lists, DBMappings, SQL lookups+business rules (XPath). Java CAMV XML/JSON validation engine is a complete exchange test framework [XMLUnit, TEAM(Schematron)]. Java/Eclipse +Saxon/XSL
    Downloads: 31 This Week
    Last Update:
    See Project
  • 21
    doT

    doT

    The fastest + concise javascript template engine for nodejs

    Created in search of the fastest and concise JavaScript templating function with emphasis on performance under V8 and nodejs. It shows great performance for both nodejs and browsers. doT.js is fast, small and has no dependencies. doT is a really solid piece of software engineering (I didn’t create it) that is rarely updated exactly for this reason. It took me years to grasp how it works even though it’s only 140 lines of code, it looks like magic. I used it in my other projects (e.g. ajv...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    DbPipeline.NET

    OR-Mapper for C# and VB.NET that is better than Entity Framework

    The DbPipeline.NET OR-Mapper library was created out of frustration of the shortcomings of Entity Framework in handling stateless web applications and hiding of SQL from skilled developers. The DbPipeline.NET Database Interface Library shields you, the programmer, from having to learn and work with all the ADO.NET or Entity Framework database objects at a low level, and encapsulates all this power into objects with many additional capabilities and features that are not offered in the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    phpMyTable

    A php class to generate table like data entry system from mysql tables

    phpMyTable makes a mysql table live on a web page, i.e. create, edit and destroy operations on a single page within the table, like a spreadsheet software or MS Access
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Adele

    Adhoc Data Exploration - Live & Easy

    Adele was developed to simplify the daily work with data. Use it as a swiss knife to fill the gap between your work with spreadsheet application like MS Excel and enterprise servers like SAP ERP. Specialized tools like Rapid Miner, KNIME or similiary stuff should not be replaced. But Adele is designed for business people working with spreadsheet applications to analyse their data. There are many technical concepts in an easier way included. For example realtime OLAP, transformations,...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    ...,update,select and save) Is a stored procedure generator to postgresql. It was taken from another project was abandoned q-generator called pgp. I seemed a good idea and to not let it die I created this project It contains support for the creation of insert, delete, update and select, Just enter the name of function ls, schema.table and target schema where live the new functions. This is responsible for generating the stored procedure function requested (insert, delete, update, select and save)
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next