IPv6DB alternatives and similar packages
Based on the "Database" category.
Alternatively, view IPv6DB alternatives based on common mentions on social networks and blogs.
-
erd
Translates a plain text description of a relational database schema to a graphical entity-relationship diagram. -
persistent-redis
Persistence interface for Haskell allowing multiple storage methods. -
acid-state
Add ACID guarantees to any serializable Haskell data structure -
postgresql-simple
Mid-level client library for accessing PostgreSQL from Haskell -
esqueleto
Bare bones, type-safe EDSL for SQL queries on persistent backends. -
HDBC-session
This repository includes a joined query generator based on typefull relational algebra, and mapping tools between SQL values list and Haskell record type. -
groundhog
This library maps datatypes to a relational model, in a way similar to what ORM libraries do in OOP. See the tutorial https://www.schoolofhaskell.com/user/lykahb/groundhog for introduction -
hw-kafka-client
Kafka client for Haskell, including auto-rebalancing consumers -
mysql-simple
A mid-level client library for the MySQL database, intended to be fast and easy to use. -
postgresql-simple-migration
PostgreSQL Schema Migrations for Haskell -
vcache
large, persistent, memcached values and structure sharing for Haskell -
direct-sqlite
Low-level binding to SQLite3. Includes UTF8 and BLOB support. -
vcache-trie
large, persistent, memcached values and structure sharing for Haskell -
dbmigrations
A library for the creation, management, and installation of schema updates for relational databases. -
postgresql-typed
Haskell PostgreSQL library with compile-time type inference -
ampersand
Build database applications faster than anyone else, and keep your data pollution free as a bonus. -
postgresql-orm
An Haskell ORM (Object Relational Mapping) and migrations DSL for PostgreSQL. -
persistent-database-url
Parse DATABASE_URL into configuration types for Persistent
Static code analysis for 29 languages.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of IPv6DB or a related project?
Popular Comparisons
README
IPv6DB
A RESTful Web service for IPv6 related data 
IPv6DB is a RESTful microservice using Redis as backend to store lists of IPv6 addresses and attach to each of them any valuable data in a schema-free valid JSON value. Each resource can be permanent or TTLed.
[[email protected] ~]$ ipv6db --help
IPv6DB v0.2.0 APIv1, (c) Michel Boucey 2017
Usage: ipv6db [-h|--host ARG] [-p|--port ARG] [-l|--log-file ARG]
[-o|--redis-host ARG] [-r|--redis-port ARG]
[-d|--redis-database ARG] [-a|--redis-auth ARG]
RESTful Web Service for IPv6 related data
Available options:
-h,--host ARG Alternative host (default: "::")
-p,--port ARG Alternative listening port (default: 4446)
-l,--log-file ARG Log file (default: "/var/log/ipv6db.log")
-o,--redis-host ARG Redis host (default: "localhost")
-r,--redis-port ARG Redis listening port (default: 6379)
-d,--redis-database ARG Redis database (default: 0)
-a,--redis-auth ARG Redis authentication password
-h,--help Show this help text
A resource example:
{
"list": "black",
"address": "abcd::1234",
"ttl": 34582,
"source":
{
"services": [25,587,143]
}
}
The field "source" is mandatory and carry any valid JSON value.
The field "ttl" is optional in API requests for a permanent resource.
See the full IPv6DB APIv1.
The package includes binary and library.