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 22 / 83
Vitess https://vitess.io/
28/10/2018 cluster icon
  • Use The Index, Luke! : A tutorial covering SQL indexing and SQL tuning for developers: avoiding unnecessary details about database internals. SQL indexing is the most effect...
  • MySQLTuner : MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stabi...
  • DBeaver : Free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports all popular databases: MySQL, Postgr...
  • SQL Injection Cheat Sheet : Samples are provided to allow reader to get basic idea of a potential SQL Injection attack and almost every section includes a brief information about...
  • Pyroscope : Pyroscope is an open source continuous profiling platform. It will help you: Find performance issues in your code Resolve issues with high CPU utiliz...
thumbnail

Vitess is a database clustering system for horizontal scaling of MySQL.

mysql performance scaling
Tiny Tiny RSS https://tt-rss.org/
27/10/2018 cluster icon
  • Feedbin : Feedbin is an open source web based RSS reader. It provides a user interface for reading and managing feeds as well as a REST-like API for clients to ...
  • Beehive : Beehive is an event and agent system, which allows you to create your own agents that perform automated tasks triggered by events and filters. It is m...
  • Cachet : Beautiful & simple service statuses. The open source status page system, for everyone.
  • Keycloak : Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services.
  • 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...

Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator.

rss opensource selfhosted software
Feedbin https://feedbin.com/
27/10/2018 cluster icon
  • Tiny Tiny RSS : Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator.
  • Beehive : Beehive is an event and agent system, which allows you to create your own agents that perform automated tasks triggered by events and filters. It is m...
  • Keycloak : Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services.
  • 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...
  • Cachet : Beautiful & simple service statuses. The open source status page system, for everyone.

Feedbin is an open source web based RSS reader. It provides a user interface for reading and managing feeds as well as a REST-like API for clients to connect to.

rss selfhosted opensource software
Cobra https://github.com/spf13/cobra
27/10/2018 cluster icon
  • cliff : Command Line Interface Formulation Framework. cliff is a framework for building command line programs. It uses plugins to define sub-commands, output ...
  • testify : Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend.
  • viper : Viper is a complete configuration solution for Go applications including 12-Factor apps. It is designed to work within an application, and can handle ...
  • Ink : Ink provides the same component-based UI building experience that React offers in the browser, but for command-line apps. It uses Yoga to build Flexbo...
  • docopt : Command-line interface description language. docopt helps you define interface for your command-line app, and automatically generate parser for it.
thumbnail

Cobra is a library providing a simple interface to create powerful modern CLI interfaces similar to git & go tools.

Cobra is also an application that will generate your application scaffolding to rapidly develop a Cobra-based application.

go cli library
SSL Server Test https://www.ssllabs.com/ssltest/
21/10/2018 cluster icon
  • webhint : webhint is a linting tool that will help you with your site's accessibility, speed, security and more, by checking your code for best practices and co...
  • mitmproxy : mitmproxy is your swiss-army knife for debugging, testing, privacy measurements, and penetration testing. It can be used to intercept, inspect, modify...
  • Kali Linux : Penetration Testing Linux OS containing tools to test the security of system or a network.
  • domsnitch : A passive reconnaissance tool inside the DOM (experimental)
  • BeEF : The Browser Exploitation Framework (BeEF) is a powerful professional security tool. BeEF is pioneering techniques that provide the experienced penetra...

This free online service performs a deep analysis of the configuration of any SSL web server on the public Internet.

https ssl security test
Datasette https://datasette.readthedocs.io/
13/10/2018 cluster icon
  • Matrix : Matrix is an open standard for decentralised communication, providing simple HTTP APIs and open source reference implementations for securely distribu...
  • JSON Schema : JSON Schema is a vocabulary that allows you to annotate and validate JSON documents.
  • npoint.io : JSON storage bins with schema validation
  • Quicktype : Quicktype generates types and helper code for reading JSON in C#, Swift, JavaScript, Flow, Python, TypeScript, Go, Rust, Objective-C, Kotlin, C++ and ...
  • 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...

Datasette provides an instant, read-only JSON API for any SQLite database. It also provides tools for packaging the database up as a Docker container and deploying that container to hosting providers such as Zeit Now or Heroku.

sqlite json api docker
Telepresence https://www.telepresence.io/
13/10/2018 cluster icon
  • Tilt : Tilt makes it possible to develop all your microservices locally in Kubernetes while collaborating with your team. Write a Tiltfile script that descri...
  • Draft : Simple app development & deployment - into any Kubernetes cluster. Draft makes it easy to build applications that run on Kubernetes. Draft targets the...
  • Gitkube : Gitkube is a tool for building and deploying docker images on Kubernetes using git push.
  • Kitematic : Run containers through a simple, yet powerful graphical user interface.
  • Skaffold : Skaffold is a command line tool that facilitates continuous development for Kubernetes applications. You can iterate on your application source code l...

Telepresence, in conjunction with a containerized development environment, gives the developer a fast development workflow in developing a multi-container application on Kubernetes. Telepresence lets you run a Docker container locally, while proxying it to your Kubernetes cluster.

kubernetes container docker development tool
UnQLite https://unqlite.org/
11/10/2018 cluster icon
  • LokiJS : A fast, in-memory document-oriented datastore for node.js, browser and cordova
  • 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...
  • migra.djrobstep.com : 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...
  • Sqitch by theory : Sqitch is a database change management application. Sqitch is not integrated with any framework, ORM, or platform. Rather, it is a standalone change m...
  • Freesound : Freesound is a collaborative database of Creative Commons Licensed sounds. Browse, download and share sounds.

UnQLite is a in-process software library which implements a self-contained, serverless, zero-configuration, transactional NoSQL database engine. UnQLite is a document store database similar to MongoDB, Redis, CouchDB etc. as well a standard Key/Value store similar to BerkeleyDB, LevelDB, etc.

nosql database
Foreman https://www.theforeman.org/
03/10/2018 cluster icon
  • Terraform by HashiCorp : HashiCorp Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs int...
  • Resumable File Uploads : tus is a resumable upload protocol, with client and server implementations for all platforms!
  • Ansible : Ansible is a powerful automation engine that makes systems and apps simple to deploy. Ansible's natural automation language allows sysadmins, develope...
  • Sensu : An open source monitoring framework.
  • changedetection.io : Free open source web page change detection. Simply monitor which websites had a text change.

Foreman is a complete lifecycle management tool for physical and virtual servers. We give system administrators the power to easily automate repetitive tasks, quickly deploy applications, and proactively manage servers, on-premise or in the cloud.

server management sysadmin automation
OpenSCAP https://www.open-scap.org/
03/10/2018 cluster icon
  • Zed Attack Proxy : The Zed Attack Proxy (ZAP) is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications. It is designed to be...
  • OpenVAS : OpenVAS is a full-featured vulnerability scanner. Its capabilities include unauthenticated testing, authenticated testing, various high level and low ...
  • SpiderFoot : With almost 200 modules and growing, SpiderFoot provides an easy-to-use interface that enables you to automatically collect Open Source Intelligence (...
  • WhatWeb : WhatWeb identifies websites. Its goal is to answer the question, “What is that Website?”. WhatWeb recognises web technologies including content manage...
  • Copyscape : Website Plagiarism Search - Web Site Content Copyright Protection

The OpenSCAP ecosystem provides multiple tools to assist administrators and auditors with assessment, measurement, and enforcement of security baselines. We maintain great flexibility and interoperability, reducing the costs of performing security audits.

security tool scan
Harbor https://goharbor.io/
03/09/2018 cluster icon
  • Jenkins X : Jenkins X is a CI / CD platform for Kubernetes.
  • Grype : A vulnerability scanner for container images and filesystems.
  • bosh : BOSH is an open source tool for release engineering, deployment, lifecycle management, and monitoring of distributed systems.
  • container-diff : container-diff is a tool for analyzing and comparing container images. container-diff can examine images along several different criteria, including: ...
  • TruffleHog : TruffleHog is an open-source SAST (static application security testing) tool for detecting secrets in various sources. While GitHub and GitLab reposit...
thumbnail

Harbor is an open source cloud native registry that stores, signs, and scans container images for vulnerabilities.

Harbor solves common challenges by delivering trust, compliance, performance, and interoperability. It fills a gap for organizations and applications that cannot use a public or cloud-based registry, or want a consistent experience across clouds.

container cloud registry security
Zulip https://zulipchat.com/
18/08/2018 cluster icon
  • Rocket.Chat : Rocket.Chat is a Web Chat Server, developed in JavaScript, using the Meteor fullstack framework. It is a great solution for communities and companies ...
  • Riot : Riot allows teams to communicate across a wide range of collaboration apps. If some team members use Riot while others use IRC, Slack or Gitter, Riot ...
  • extramuros : This is software for collaborative live coding. On one machine, you run an extramuros "server". Then, from as many machines as you like, you use a web...
  • Matrix : Matrix is an open standard for decentralised communication, providing simple HTTP APIs and open source reference implementations for securely distribu...
  • Growth Book : Growth Book is an open source experimentation platform designed for companies that want to bring A/B testing in-house, but don't want to build it them...
thumbnail

Zulip is a powerful, open source group chat application that combines the immediacy of real-time chat with the productivity benefits of threaded conversations.

chat communication collaboration server opensource
Rocket.Chat https://rocket.chat/
18/08/2018 cluster icon
  • Zulip : Zulip is a powerful, open source group chat application that combines the immediacy of real-time chat with the productivity benefits of threaded conve...
  • Riot : Riot allows teams to communicate across a wide range of collaboration apps. If some team members use Riot while others use IRC, Slack or Gitter, Riot ...
  • extramuros : This is software for collaborative live coding. On one machine, you run an extramuros "server". Then, from as many machines as you like, you use a web...
  • Matrix : Matrix is an open standard for decentralised communication, providing simple HTTP APIs and open source reference implementations for securely distribu...
  • GoCD : Open source continuous delivery server to model and visualize complex workflows with ease. Automate and streamline your build-test-release cycle for r...
thumbnail

Rocket.Chat is a Web Chat Server, developed in JavaScript, using the Meteor fullstack framework.

It is a great solution for communities and companies wanting to privately host their own chat service or for developers looking forward to build and evolve their own chat platforms.

chat communication server collaboration opensource
pgModeler https://pgmodeler.io/
18/08/2018 cluster icon
  • DB Doc : PostgreSQL schema documentation tool
  • 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...
  • 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...
  • 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

PostgreSQL Database Modeler is an open source data modeling tool designed for PostgreSQL. No more DDL commands written by hand let pgModeler do the job for you! This software reunites the concepts of entity-relationship diagrams and the features that PostgreSQL implements as extensions of SQL standards.

postgresql database design tool
Jitsi https://jitsi.org/
18/08/2018 cluster icon
  • Flowplayer : Flowplayer is a beautiful and minimalistic, yet full-featured HTML5 video player that lets your video be the star of the show. Supports all devices.
  • Orchestra toolbox : Orchestra is an open-source for live music performances in metaverse environments. Orchestra includes components for live performances in A-Frame/NAF-...
  • extramuros : This is software for collaborative live coding. On one machine, you run an extramuros "server". Then, from as many machines as you like, you use a web...
  • Matrix : Matrix is an open standard for decentralised communication, providing simple HTTP APIs and open source reference implementations for securely distribu...
  • Synthesis ToolKit : The Synthesis ToolKit in C++ (STK) is a set of open source audio signal processing and algorithmic synthesis classes written in the C++ programming la...
thumbnail

Jitsi is a set of open-source projects that allows you to easily build and deploy secure videoconferencing solutions. At the heart of Jitsi are Jitsi Videobridge and Jitsi Meet, which let you have conferences on the internet, while other projects in the community enable other features such as audio, dial-in, recording, and simulcasting.

opensource video conference
Eclipse Che https://www.eclipse.org/che/
11/08/2018 cluster icon
  • Lens : Lens is an IDE to take control of your Kubernetes clusters.
  • Nativefier : Nativefier is a command line tool that allows you to easily create a desktop application for any web site with succinct and minimal configuration. App...
  • Phantomas : PhantomJS-based web performance metrics collector and monitoring tool
  • WebScarab : WebScarab is a framework for analysing applications that communicate using the HTTP and HTTPS protocols.
  • The Coach : The coach helps you find performance problems on your web page. Think of the coach as a modern version of YSlow. The coach will give advice of how you...

Eclipse Che is a developer workspace server and cloud IDE built for teams and organizations.

ide web tool
Cadence https://github.com/uber/cadence
11/08/2018 cluster icon
  • Faktory : Faktory is a language-agnostic, persistent background job system.
  • Conductor : Conductor is an orchestration engine that runs in the cloud. Netflix built Conductor to help orchestrate microservices based process flows with the fo...
  • Flagr : Flagr is an open source Go service that delivers the right experience to the right entity and monitors the impact. It provides feature flags, experime...
  • ent : ent is a simple, yet powerful entity framework for Go, that makes it easy to build and maintain applications with large data-models
  • Revel : A high-productivity web framework for the Go language.
thumbnail

Cadence is a distributed, scalable, durable, and highly available orchestration engine we developed at Uber Engineering to execute asynchronous long-running business logic in a scalable and resilient way.

orchestration go task queue job
KitchenCI https://kitchen.ci/
06/08/2018 cluster icon
  • Container Structure Tests : The Container Structure Tests provide a powerful framework to validate the structure of a container image. These tests can be used to check the output...
  • Drone : Drone is an open source Continuous Delivery platform that automates your testing and release workflows. It is built on container technology. Every bui...
  • Batect : Batect allows you to define your development tasks (building, running, testing, linting and more) in terms of one or more Docker containers, run those...
  • Testcontainers : Testcontainers is an open source library for providing throwaway, lightweight instances of databases, message brokers, web browsers, or just about any...
  • Rancher : Rancher is open source software that makes it simple for organizations to deploy a private container service and deliver Docker orchestration to users...

Kitchen provides a test harness to execute infrastructure code on one or more platforms in isolation.

A driver plugin architecture is used to run code on various cloud providers and virtualization technologies such as Vagrant, Amazon EC2, and Docker. Read more

Many testing frameworks are supported out of the box including InSpec, Serverspec, and Bats

infrastructure iac test vagrant docker
wuzz https://github.com/asciimoo/wuzz
31/07/2018 cluster icon
  • xh : xh is a friendly and fast tool for sending HTTP requests. It reimplements as much as possible of HTTPie's excellent design, with a focus on improved p...
  • HTTPie : HTTPie—aitch-tee-tee-pie—is a command line HTTP client with an intuitive UI, JSON support, syntax highlighting, wget-like downloads, plugins, and more
  • Hurl : Hurl is a command line tool that runs HTTP requests defined in a simple plain text format. It can chain requests, capture values and evaluate queries ...
  • htty : htty is a console application for interacting with web servers. It’s a fun way to explore web APIs and to learn the ins and outs of HTTP.
  • scriv : Scriv is a command-line tool for helping developers maintain useful changelogs. It manages a directory of changelog fragments. It aggregates them into...
thumbnail

Interactive cli tool for HTTP inspection

Wuzz command line arguments are similar to cURL's arguments, so it can be used to inspect/modify requests copied from the browser's network inspector with the "copy as cURL" feature.

http cli tool
Lerna https://lernajs.io/
18/07/2018 cluster icon
  • Snyk : Snyk helps you use open source and stay secure. Continuously find & fix vulnerabilities in your dependencies.
  • Yarn : Fast, reliable, and secure dependency management tool for javascript.
  • Nx : Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and...
  • /packer/ : A JavaScript Compressor.
  • Prettier : Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the max...

A tool for managing JavaScript projects with multiple packages.

npm javascript tool
page 22 / 83
1646 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn