souvenir
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 2 / 3
60 results tagged database  ✕   ✕
skor https://github.com/hasura/skor
20/05/2018 cluster icon
  • re:dash : Query Editor: think of JS Fiddle for SQL queries. It's your way to share data in the organization in an open way, by sharing both the dataset and the ...
  • pg_chameleon : pg_chameleon is a MySQL to PostgreSQL replica system written in Python 3. The tool can connect to the mysql replication protocol and replicate the dat...
  • pgBackRest : pgBackRest aims to be a simple, reliable backup and restore system that can seamlessly scale up to the largest databases and workloads.
  • DBeaver : Free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports all popular databases: MySQL, Postgr...
  • migra : migra is a schema comparison tool for PostgreSQL. It's a command line tool, and Python library. Find differences in database schemas as easily as runn...
thumbnail

skor is a utility for Postgres which calls a webhook with row changes as JSON whenever an INSERT, UPDATE or DELETE event occurs on a particular table. You can drop the docker image next to your Postgres database instance and configure a webhook that will be called.

It works using a pg_notify trigger function and a tiny C program skor that listens to the notifications and calls the configured webhook with a JSON payload.

postgresql database webhook
pgBackRest https://pgbackrest.org/
12/05/2018 cluster icon
  • skor : skor is a utility for Postgres which calls a webhook with row changes as JSON whenever an INSERT, UPDATE or DELETE event occurs on a particular table....
  • Barman : Barman (Backup and Recovery Manager) is an open-source administration tool for disaster recovery of PostgreSQL servers written in Python. It allows yo...
  • pg_chameleon : pg_chameleon is a MySQL to PostgreSQL replica system written in Python 3. The tool can connect to the mysql replication protocol and replicate the dat...
  • re:dash : Query Editor: think of JS Fiddle for SQL queries. It's your way to share data in the organization in an open way, by sharing both the dataset and the ...
  • db : With DB you can very easily save, restore, and archive snapshots of your database from the command line. It supports connecting to different database ...
thumbnail

pgBackRest aims to be a simple, reliable backup and restore system that can seamlessly scale up to the largest databases and workloads.

postgresql database backup
migra.djrobstep.com https://migra.djrobstep.com/
31/03/2018 cluster icon
  • migra : migra is a schema comparison tool for PostgreSQL. It's a command line tool, and Python library. Find differences in database schemas as easily as runn...
  • pgLoader : pgloader loads data into PostgreSQL and allows you to implement Continuous Migration from your current database to PostgreSQL. pgLoader has two modes ...
  • pg_chameleon : pg_chameleon is a MySQL to PostgreSQL replica system written in Python 3. The tool can connect to the mysql replication protocol and replicate the dat...
  • Flyway : You can think of Flyway as version control for your database. It lets you evolve your database schema easily and reliably across all your instances. F...
  • dbv.php : dbv.php is a database version control web application featuring schema management, revision scripts, and more!

migra is a schema comparison tool for PostgreSQL.

It's a command line tool, and Python library. Find differences in database schemas as easily as running a diff on two text files.

Migra makes schema changes almost automatic. Management of database migration deployments becomes much easier, faster, and more reliable.

postgresql database schema diff migration
DB Doc http://www.yohz.com/dbdoc_details.htm
27/03/2018 cluster icon
  • pgLoader : pgloader loads data into PostgreSQL and allows you to implement Continuous Migration from your current database to PostgreSQL. pgLoader has two modes ...
  • DBeaver : Free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports all popular databases: MySQL, Postgr...
  • pgModeler : PostgreSQL Database Modeler is an open source data modeling tool designed for PostgreSQL. No more DDL commands written by hand let pgModeler do the jo...
  • repmgr : repmgr is an open-source tool suite for managing replication and failover in a cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-st...
  • migra : migra is a schema comparison tool for PostgreSQL. It's a command line tool, and Python library. Find differences in database schemas as easily as runn...

PostgreSQL schema documentation tool

postgresql database documentation tool
Prisma https://www.prismagraphql.com/
08/02/2018 cluster icon
  • Cool QL Cool : CoolQLCool (CQC) is an open source GraphQL server that allows you to turn websites into GraphQL APIs.
  • GraphQL : GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandabl...
  • Appsmith : Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or Gra...
  • Appwrite : Appwrite is an end-to-end backend server for Web, Mobile, Native, or Backend apps packaged as a set of Docker microservices. Appwrite abstracts the co...
  • WireMock : Free and Open Source tool for building mock APIs. Create stable development environments, isolate yourself from flakey 3rd parties and simulate APIs t...
thumbnail

Prisma turns your database into a powerful GraphQL API which you can either use to build your own GraphQL server or connect to it directly from the frontend.

database graphql api server tool
repmgr http://repmgr.org/
13/10/2017 cluster icon
  • pgModeler : PostgreSQL Database Modeler is an open source data modeling tool designed for PostgreSQL. No more DDL commands written by hand let pgModeler do the jo...
  • DBeaver : Free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports all popular databases: MySQL, Postgr...
  • migra : migra is a schema comparison tool for PostgreSQL. It's a command line tool, and Python library. Find differences in database schemas as easily as runn...
  • pg_chameleon : pg_chameleon is a MySQL to PostgreSQL replica system written in Python 3. The tool can connect to the mysql replication protocol and replicate the dat...
  • pgLoader : pgloader loads data into PostgreSQL and allows you to implement Continuous Migration from your current database to PostgreSQL. pgLoader has two modes ...

repmgr is an open-source tool suite for managing replication and failover in a cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby capabilities with tools to set up standby servers, monitor replication, and perform administrative tasks such as failover or manual switchover operations.

postgresql database failover tool
Metabase https://www.metabase.com/
03/10/2017 cluster icon
  • re:dash : Query Editor: think of JS Fiddle for SQL queries. It's your way to share data in the organization in an open way, by sharing both the dataset and the ...
  • pg_chameleon : pg_chameleon is a MySQL to PostgreSQL replica system written in Python 3. The tool can connect to the mysql replication protocol and replicate the dat...
  • pgLoader : pgloader loads data into PostgreSQL and allows you to implement Continuous Migration from your current database to PostgreSQL. pgLoader has two modes ...
  • Superset : Apache Superset is a modern data exploration and visualization platform
  • Superset : Superset is a data exploration platform designed to be visual, intuitive and interactive. Superset's main goal is to make it easy to slice, dice and v...
thumbnail

Metabase is the easy, open source way for everyone in your company to ask questions and learn from data.

visualization dashboard data database postgresql mysql mongodb
RxDB https://github.com/pubkey/rxdb
04/06/2017 cluster icon
  • CouchDB : Apache CouchDB™ is a database that uses JSON for documents, JavaScript for MapReduce indexes, and regular HTTP for its API
  • JazzRecord : ActiveRecord for JavaScript (ORM)
  • ActiveJS : ActiveJS is a JavaScript application framework that provides local and REST based data modeling and pure DOM view construction with back button and hi...
  • Lawnchair : A Lawnchair is sorta like a couch except smaller and outside. Perfect for HTML5 mobile apps that need a lightweight, adaptive, simple and elegant pers...
  • PouchDB : PouchDB is an open-source JavaScript database inspired by Apache CouchDB that is designed to run well within the browser. PouchDB was created to help ...
thumbnail

Client-Side Database for Browsers, NodeJS, electron, cordova, react-native and every other javascript-runtime

javascript database
Scuttlebot https://www.scuttlebutt.nz/
07/04/2017 cluster icon
  • freedom.js : freedom.js is a framework for building peer-to-peer (P2P) web apps. Easily create social applications that work in modern web browsers, Chrome package...
  • ZeroDB : ZeroDB enables clients to run queries over encrypted databases without exposing decrypted data to the server and without a proxy gateway.
  • ConceptNet 5 : ConceptNet is a semantic network containing lots of things computers should know about the world, especially when understanding text written by people...
  • DB Doc : PostgreSQL schema documentation tool
  • chive : MySQL database management tool

Scuttlebot is an open source peer-to-peer log store used as a database, identity provider, and messaging system. It has:

Global replication
File-synchronization
End-to-end encryption

p2p social database messaging encryption
Pomm http://www.pomm-project.org/
06/02/2017 cluster icon
  • Doctrine : PHP Object Relational Mapper
  • Idiorm and Paris : A minimalist database toolkit for PHP5. Object relational mapper (ORM), fluent SQL query builder and Active Record implementation for PHP.
  • DBeaver : Free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports all popular databases: MySQL, Postgr...
  • migra : migra is a schema comparison tool for PostgreSQL. It's a command line tool, and Python library. Find differences in database schemas as easily as runn...
  • pgBackRest : pgBackRest aims to be a simple, reliable backup and restore system that can seamlessly scale up to the largest databases and workloads.

The Postgresql object model manager for PHP

Pomm is an open source database access framework coupled with an Object Model Manager dedicated to the Postgresql™ database. It offers an alternative approach than ORM to using database in web developments.

php postgresql orm database
LokiJS http://lokijs.org/
08/07/2016 cluster icon
  • RequireJS : RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino ...
  • PouchDB : PouchDB is an open-source JavaScript database inspired by Apache CouchDB that is designed to run well within the browser. PouchDB was created to help ...
  • Firebug Lite : A JavaScript file you can insert into your pages to simulate the Firebug console in browsers that are not named Firefox.
  • SlimerJS : A scriptable browser for Web developers
  • Cypress : JavaScript End to End Testing Framework. Fast, easy and reliable testing for anything that runs in a browser.

A fast, in-memory document-oriented datastore for node.js, browser and cordova

browser javascript nodejs nosql cordova database
RethinkDB https://rethinkdb.com/
23/05/2016 cluster icon
  • Lawnchair : A Lawnchair is sorta like a couch except smaller and outside. Perfect for HTML5 mobile apps that need a lightweight, adaptive, simple and elegant pers...
  • Kinto : Kinto is a lightweight JSON storage service with synchronisation and sharing abilities.
  • CouchDB : Apache CouchDB™ is a database that uses JSON for documents, JavaScript for MapReduce indexes, and regular HTTP for its API
  • Horizon : RethinkDB Horizon is an open-source developer platform for building realtime, scalable web apps. It is built on top of RethinkDB, and allows app devel...
  • RxDB : Client-Side Database for Browsers, NodeJS, electron, cordova, react-native and every other javascript-runtime

RethinkDB is the first open-source, scalable JSON database built from the ground up for the realtime web. It inverts the traditional database architecture by exposing an exciting new access model – instead of polling for changes, the developer can tell RethinkDB to continuously push updated query results to applications in realtime. RethinkDB’s realtime push architecture dramatically reduces the time and effort necessary to build scalable realtime apps.

rethinkdb json database realtime push
VersionPress https://versionpress.net/
09/04/2016 cluster icon
  • Dolt : Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository. Connect to Dolt just like any MySQL database...
  • dbv.php : dbv.php is a database version control web application featuring schema management, revision scripts, and more!
  • db : With DB you can very easily save, restore, and archive snapshots of your database from the command line. It supports connecting to different database ...
  • migra : migra is a schema comparison tool for PostgreSQL. It's a command line tool, and Python library. Find differences in database schemas as easily as runn...
  • Dolt : Dolt is a relational database, i.e. it has tables, and you can execute SQL queries against those tables. It also has version control primitives that o...

VersionPress is a free and open source version control plugin for WordPress built on Git. You can:

Undo changes
Create staging sites
Merge databases  ← yes, really!

Simply update your sites with confidence.

wordpress version database git
Kinto https://www.kinto-storage.org/
17/12/2015 cluster icon
  • Jazz : A new kind of distributed database that runs across your frontend, containers, serverless functions and its own cloud. It syncs data, files and LLM st...
  • CryptPad : CryptPad is the Zero Knowledge realtime collaborative editor. Encryption carried out in your web browser protects the data from the server, the cloud ...
  • Appwrite : Appwrite is an end-to-end backend server for Web, Mobile, Native, or Backend apps packaged as a set of Docker microservices. Appwrite abstracts the co...
  • Lawnchair : A Lawnchair is sorta like a couch except smaller and outside. Perfect for HTML5 mobile apps that need a lightweight, adaptive, simple and elegant pers...
  • Garage : An open-source distributed storage service you can self-host to fullfill many needs.
thumbnail

Kinto is a lightweight JSON storage service with synchronisation and sharing abilities.

json storage sync database selfhosted opensource
ZeroDB https://github.com/zerodb/zerodb
08/12/2015 cluster icon
  • Data Science Toolkit : A collection of the best open data sets and open-source tools for data science, wrapped in an easy-to-use REST/JSON API with command line, Python and ...
  • Bandit : Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs approp...
  • Snyk : Snyk helps you use open source and stay secure. Continuously find & fix vulnerabilities in your dependencies.
  • pydantic : Data validation and settings management using python type annotations.
  • Grist : Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database.
thumbnail

ZeroDB enables clients to run queries over encrypted databases without exposing decrypted data to the server and without a proxy gateway.

database encryption data security python
PouchDB https://pouchdb.com/
16/11/2015 cluster icon
  • LokiJS : A fast, in-memory document-oriented datastore for node.js, browser and cordova
  • Impel : Impel takes the pain out of working with HTML5 asynchronous databases. Statement callbacks? Transaction callbacks? One-to-many and many-to-many relati...
  • Lawnchair : A Lawnchair is sorta like a couch except smaller and outside. Perfect for HTML5 mobile apps that need a lightweight, adaptive, simple and elegant pers...
  • ECMAScript 5 compatibility table : ECMAScript 5 compatibility table
  • Cypress : JavaScript End to End Testing Framework. Fast, easy and reliable testing for anything that runs in a browser.

PouchDB is an open-source JavaScript database inspired by Apache CouchDB that is designed to run well within the browser.

PouchDB was created to help web developers build applications that work as well offline as they do online.

It enables applications to store data locally while offline, then synchronize it with CouchDB and compatible servers when the application is back online, keeping the user's data in sync no matter where they next login.

javascript database browser offline
re:dash http://redash.io/
05/11/2015 cluster icon
  • Metabase : Metabase is the easy, open source way for everyone in your company to ask questions and learn from data.
  • Superset : Superset is a data exploration platform designed to be visual, intuitive and interactive. Superset's main goal is to make it easy to slice, dice and v...
  • pg_chameleon : pg_chameleon is a MySQL to PostgreSQL replica system written in Python 3. The tool can connect to the mysql replication protocol and replicate the dat...
  • DBeaver : Free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports all popular databases: MySQL, Postgr...
  • Dolt : Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository. Connect to Dolt just like any MySQL database...
thumbnail

Query Editor: think of JS Fiddle for SQL queries. It's your way to share data in the organization in an open way, by sharing both the dataset and the query that generated it.
Visualizations: once you have a dataset, you can create different visualizations out of it.
Dashboards: combine several visualizations into a single dashboard.

data visualization sql mongodb elasticsearch collaboration database dashboard postgresql mysql
WordNet http://wordnet.princeton.edu/
27/10/2015 cluster icon
  • ConceptNet 5 : ConceptNet is a semantic network containing lots of things computers should know about the world, especially when understanding text written by people...
  • re:dash : Query Editor: think of JS Fiddle for SQL queries. It's your way to share data in the organization in an open way, by sharing both the dataset and the ...
  • AllenNLP : An open-source NLP research library, built on PyTorch. AllenNLP makes it easy to design and evaluate new deep learning models for nearly any NLP probl...
  • GetLang.io : Language detection as a service. A precision of 99% over 50+ languages ! A simple and scalable way to classify automatically text by language
  • skor : skor is a utility for Postgres which calls a webhook with row changes as JSON whenever an INSERT, UPDATE or DELETE event occurs on a particular table....

WordNet® is a large lexical database of English. Nouns, verbs, adjectives and adverbs are grouped into sets of cognitive synonyms (synsets), each expressing a distinct concept. Synsets are interlinked by means of conceptual-semantic and lexical relations. The resulting network of meaningfully related words and concepts can be navigated with the browser. WordNet is also freely and publicly available for download. WordNet's structure makes it a useful tool for computational linguistics and natural language processing.

nlp database
ConceptNet 5 http://conceptnet5.media.mit.edu/
27/10/2015 cluster icon
  • WordNet : WordNet® is a large lexical database of English. Nouns, verbs, adjectives and adverbs are grouped into sets of cognitive synonyms (synsets), each expr...
  • Dolt : Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository. Connect to Dolt just like any MySQL database...
  • pgBackRest : pgBackRest aims to be a simple, reliable backup and restore system that can seamlessly scale up to the largest databases and workloads.
  • ZeroDB : ZeroDB enables clients to run queries over encrypted databases without exposing decrypted data to the server and without a proxy gateway.
  • Denigma : Denigma explains code in conversational English. Powered by machine learning.

ConceptNet is a semantic network containing lots of things computers should know about the world, especially when understanding text written by people.

It is built from nodes representing words or short phrases of natural language, and labeled relationships between them. (We call the nodes "concepts" for tradition, but they'd be better known as "terms".) These are the kinds of relationships computers need to know to search for information better, answer questions, and understand people's goals.

nlp database
3T MongoChef http://3t.io/mongochef/
13/08/2015 cluster icon
  • Robomongo : Shell-centric cross-platform MongoDB management tool (MongoDB Admin UI)
  • Borderlands : The instrument may be performed by creating and destroying new clouds and dynamically moving them around the landscape. The landscape itself may also ...
  • ProjectPier.org : ProjectPier is a Free, Open-Source, PHP application for managing tasks, projects and teams through an intuitive web interface. It must be downloaded a...
  • SQL Buddy : Web based MySQL administration
  • Metabase : Metabase is the easy, open source way for everyone in your company to ask questions and learn from data.
thumbnail

3T MongoChef, the GUI for MongoDB, lets you edit any MongoDB data type directly in a tree-view, table-view or as free JSON text. Visually add documents, fields and values of any MongoDB type with just a stroke of a key – anywhere in your document!

mongodb gui software management database
page 2 / 3
1649 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn