Coder Social home page Coder Social logo

nklib's Introduction

NkLIB: NetComposer's common Erlang library functions

NkLIB includes a serie of common utilities and services for NetComposer, but probably useful for other applications:

  • nklib_code: Code-generation functions.
  • nklib_config: Configuration and syntax management functions.
  • nklib_counters: ETS-based process couters. Any process can register and update any number of counters, and they can be shared with other processes. When the process exists, all updates made from that process are reverted.
  • nklib_crypto: Crypto utilities.
  • nklib_exec: Allows to start and manage external OS processes.
  • nklib_i18n: i18n utilities.
  • nklib_json: JSON manipulation.
  • nklib_links: Generic process extended links.
  • nklib_log: Generic log processing.
  • nklib_log_gelf: GELF-compatible log and lager backend.
  • nklib_parse and nklib_unparse.erl: high perfomance parsers and unparsers for URIs, Schemes, Tokens, Integers and Dates.
  • nklib_proc: Yet another ETS-based process registry. It allows a process to register any term() as a process identification, and store any metadata with it. When the process exists, these terms are deleted.
  • nklib_reglist: Datatype and related functions useful for managing lists of processes registering for events.
  • nklib_sort: Sorting functions.
  • nklib_store: ETS-based database, with auto expiring of records, server-side update funs and calling an user fun on record expire.
  • nklib_syntax: Syntax and schema processing.
  • nklib_throttle: Throttle management utilities.
  • nklib_util: Over 50 generic functions for UIDs, type conversions, dates, hashes, timers, etc.

nklib's People

Contributors

kalta avatar fenollp avatar danielfinke avatar ericb-summit avatar toharish avatar michalwski avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.