• Stars
    star
    119
  • Rank 297,871 (Top 6 %)
  • Language
    Erlang
  • License
    Apache License 2.0
  • Created over 11 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

pure functional and generic programming for Erlang

datum : "scrap your boilerplate" for Erlang

You could do this with a macro, but... the best macro is a macro you don't maintain

datum is a pure functional and generic programming for Erlang. It had its origins in Purely Functional Data Structures by Chris Okasaki, on implementing a various higher rank functional abstractions and patterns, on dealing with scrap your boilerplate and gaining experience from other functional languages primary Scala and Haskell. The library is still testing the limits of functional abstractions in Erlang.

Changelog Build Status Coverage Status Gitter Hex.pm Hex Downloads

Key features

The feature overview provides an introduction to datum features, use-cases and reasoning of they existence:

  • option and either type notations
  • a set of generic data types that can be inspected, traversed, and manipulated with common behavior: foldable, traversable and map-like.
  • pure functional data types: binary search tree, red-black tree, heap, queues, and others
  • streams or lazy lists are a sequential data structure that contains on demand computed elements.
  • resembles concept of getters and setters (lens) for complex algebraic data types.
  • mapping of algebraic data types to they generic representation and back
  • define a category pattern, monads and they composition for Erlang applications. You might be familiar with this concept as pipe, flow or function composition.
  • generic do-notation with pattern matching.
  • typecasts of primitive data types
  • supports OTP/18.x or later release

Getting started

The latest version of the library is available at its master branch. All development, including new features and bug fixes, take place on the master branch using forking and pull requests as described in contribution guidelines.

The stable library release is available via hex packages, add the library as dependency to rebar.config

{deps, [{datum}]}.

Please follow the feature overview to start leaning all available features; then continue to library examples and to source code.

How To Contribute

The library is Apache 2.0 licensed and accepts contributions via GitHub pull requests:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

The development requires Erlang/OTP version 19.0 or later and essential build tools.

Build and run service in your development console. The following command boots Erlang virtual machine and opens Erlang shell.

git clone https://github.com/fogfish/datum
cd datum
make
make run

commit message

The commit message helps us to write a good release note, speed-up review process. The message should address two question what changed and why. The project follows the template defined by chapter Contributing to a Project of Git book.

Short (50 chars or less) summary of changes

More detailed explanatory text, if necessary. Wrap it to about 72 characters or so. In some contexts, the first line is treated as the subject of an email and the rest of the text as the body. The blank line separating the summary from the body is critical (unless you omit the body entirely); tools like rebase can get confused if you run the two together.

Further paragraphs come after blank lines.

Bullet points are okay, too

Typically a hyphen or asterisk is used for the bullet, preceded by a single space, with blank lines in between, but conventions vary here

bugs

If you experience any issues with the library, please let us know via GitHub issues. We appreciate detailed and accurate reports that help us to identity and replicate the issue.

  • Specify the configuration of your environment. Include which operating system you use and the versions of runtime environments.

  • Attach logs, screenshots and exceptions, in possible.

  • Reveal the steps you took to reproduce the problem, include code snippet or links to your project.

License

See LICENSE

More Repositories

1

datalog

simplified query engine based on logic programming paradigm
Erlang
139
star
2

cache

Erlang in-memory cache
Erlang
136
star
3

aws-cdk-pure

Purely Functional and high-order cloud components with AWS CDK
TypeScript
93
star
4

esq

simple persistent queues for Erlang
Erlang
54
star
5

golem

pure functional and generic programming for Go
Go
46
star
6

typhoon

distributed system stress and load testing tool
Erlang
43
star
7

serverless

Serverless Erlang runtime for AWS Lambda Service
Erlang
29
star
8

csv

csv parser, optimized for performance
Makefile
22
star
9

dynamo

Generic Golang Key/Value trait for AWS storage services
Go
18
star
10

pts

The library provides hashtable-like interface to manipulate data distributed across Erlang processes.
Erlang
15
star
11

hash

collection of hash functions for Erlang applications
Erlang
12
star
12

feta

fogfish erlang toolkit archive
Erlang
10
star
13

node-lambda-typescript-template

The bare minimum for a TypeScript app running on Amazon Lambda.
TypeScript
10
star
14

guid

K-ordered unique identifiers in lock-free and decentralised manner for Golang applications
Go
10
star
15

makefile

Erlang workflow
Makefile
10
star
16

word2vec

Golang "native" implementation of word2vec algorithm (word2vec++ port)
C++
10
star
17

oauth2

oauth2 authorization server
Erlang
9
star
18

ek

Erlang clustering
Erlang
8
star
19

nebula

Erlang nodes discovery agent
Erlang
8
star
20

ddb

AWS Generic Storage Drivers
Erlang
8
star
21

relog

Redis datalog support
Erlang
8
star
22

m_http

A class of Erlang monads which can do http requests
Erlang
7
star
23

gurl

α΅πŸ†„πŸ†πŸ…» is a combinator library for network I/O
Go
6
star
24

blueprint-serverless-golang

AWS CDK template for serverless Golang
Go
6
star
25

hyperion

Erlang Vanilla Node
Erlang
6
star
26

uid

erlang fault tolerant service to generate unique identities
Erlang
6
star
27

svg

Erlang
5
star
28

certbot-on-aws

Serverless integration with https://letsencrypt.org for microservices hosted on AWS
Makefile
5
star
29

schemaorg

Go types of schema.org ontology
Go
5
star
30

semantic

Semantic Web ToolKit for Erlang applications
Erlang
4
star
31

socat

Command line utility to cat files via network socket
Erlang
4
star
32

ring

consistent hashing data structure
Go
4
star
33

elata

Erlang LATency Agent: software solution to gather telemetry of software components (written on erlang)
Shell
4
star
34

swirl

swirl is the Erlang port of whiskers.js template library.
Erlang
4
star
35

streamfs

Append-only file system access with stream abstraction
Erlang
3
star
36

esh

Erlang to Shell binding
Erlang
3
star
37

crdts

Convergent replicated data type for Erlang
Erlang
3
star
38

hnsw

Hierarchical Navigable Small World Graphs
Go
3
star
39

curie

The type CURIE (compact URI) for Golang
Go
3
star
40

erlang-in-docker

Erlang/OTP container
Dockerfile
3
star
41

elasticnt

N-triple intake to Elastic Search
Erlang
3
star
42

chronolog

time series database
Erlang
3
star
43

ecsd

AWS ECS microservice supervisor
Erlang
3
star
44

permit

a high-level api for security tokens management.
Erlang
3
star
45

stdio

Creating streams and performing input and output operations on them
Erlang
3
star
46

s3am

Stream I/O to aws s3 buckets
Erlang
3
star
47

faults

Type safe constructs to annotate Golang errors with the context
Go
3
star
48

gouldian

Go combinator library for building HTTP serverless applications
Go
3
star
49

datomic-aws

AWS Appliance to managed Datomic solutions
Shell
2
star
50

serverless-runtime

Experimental runtime for serverless Erlang application (Use fogfish/serverless) instead
Erlang
2
star
51

swarm

Go channels for distributed queueing and event-driven systems
Go
2
star
52

it

Human-friendly unit tests assertions for Go
Go
2
star
53

code-build-bot

Serverless CI/CD with AWS CodeBuild
TypeScript
2
star
54

aae

active anti-entropy library
Erlang
2
star
55

schemacli

schema.org ontology command-line
Go
2
star
56

d3

direct distributed dets interface
Erlang
2
star
57

tslab

A slab-like allocator library for generic type T
Go
2
star
58

dive

ephemeral and persistent b-tree interface
Erlang
1
star
59

esio

HTTP client to Elastic Search for Erlang application.
Erlang
1
star
60

homebrew-qemu-9pfs

Homebrew Tap install QEMU with 9P filesystem
Ruby
1
star
61

geojson

GeoJSON / RFC7946 codec for Golang
Go
1
star
62

kv8.rel

simple erlang benchmark utility
Shell
1
star
63

elasticlog

Elastic Search datalog support
Erlang
1
star
64

pq

Erlang process queues (pool of workers)
Erlang
1
star
65

znap

Build and replay snapshots from your asynchronous event stream(s)
Scala
1
star
66

ambit

Erlang
1
star
67

cryptex

Semi-automatic cipher for Algebraic Data Types in Golang
Go
1
star
68

erlcc

Erlang Code Compile: wrapper of native compile module
Makefile
1
star
69

tf-workspace

A personal workspace for TensorFlow.
Jupyter Notebook
1
star
70

runscript

tiny wrapper to run script / shell command as root
C
1
star
71

skiplist

Golang SkipList data structure
Go
1
star
72

clue

system and application status repository for Erlang
Erlang
1
star
73

clot

cloud toolkit for Erlang applications
Erlang
1
star
74

hornlog

define and evaluate horn clauses
Makefile
1
star
75

hexer

Hexastore: Sextuple Indexing for Semantic Web Data Management
Go
1
star
76

pns

process namespace
Erlang
1
star
77

go-check-updates

upgrades your go.mod dependencies to the latest versions
Go
1
star
78

stream

Golang file system abstraction tailored for AWS S3, enabling seamless streaming of binary objects along with their corresponding metadata.
Go
1
star