Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 2 / 4
62 results tagged JSON  ✕   ✕
FormatExpress https://format-express.dev/
Sat 09 May 2020 05:14:28 PM PDT archive.org

FormatExpress is an easy-to-use online formatter where you simply paste some bunch of raw XML, JSON, CSS or SQL, to get it automatically beautified. The most common use-case is to help reading minified input found in logs or web services.

online webapp formatting json csv xml css sql devtools
GitHub - nodesocket/jsonlite: A simple, self-contained, serverless, zero-configuration, json document store. https://github.com/nodesocket/jsonlite
Wed 18 Mar 2020 11:39:09 PM PDT archive.org

A simple, self-contained, serverless, zero-configuration, json document store. - nodesocket/jsonlite

server json shell script exocortex datastore
jq play https://jqplay.org/
Sat 07 Mar 2020 07:13:41 PM PST archive.org

An online version of the jq tool, suitable for exploring, experimenting, and debugging.

json online webapp explorer jsonpath
GitHub - pdrb/dbj https://github.com/pdrb/dbj
Tue 03 Mar 2020 12:44:02 PM PST archive.org

A simple, lightweight embedded in memory JSON database. Load in and/or write to a JSON document in the file system. Interact with it the way you'd interact with a database abstraction layer, with INSERTs and SELECTs. Search and sort as you'd expect.

Very small - only about 400 LoC. Fully commented. Has no deps.

json python database exocortex embedded lightweight
meilisearch/MeiliSearch https://github.com/meilisearch/meilisearch
Sun 01 Mar 2020 06:46:38 PM PST archive.org

MeiliSearch is a powerful, fast, open-source, easy to use, and deploy search engine. The search and indexation are fully customizable and handles features like typo-tolerance, filters, and synonyms. For more details about those features, go to our documentation. Has its own web search interface as well as an API. Searches its indices as you type. Smart enough to figure out typos and synonyms. Customizable. Create an index, then upload documents to it.

rust json exocortex searchengine index webapp api crossplatform
mod_rest - Prosody Community Modules https://modules.prosody.im/mod_rest.html
Tue 07 Jan 2020 01:32:28 PM PST archive.org

A module for Prosody that implements a REST API. Meant for building bots. Can both accept and transmit XML and JSON. Can be configured to send replies to a callback URL. HTTP status codes 202 and 204 are interpreted as "message accepted" without needing to send an XMPP reply stanza.

prosody lua xmpp module rest api xml json
kesiev/rewtro: Papercraft videogame cartridges you can print and pirate with a copy machine. https://github.com/kesiev/rewtro
Mon 30 Dec 2019 10:48:53 PM PST archive.org

Rewtro is a weird retro game engine inspired by fantasy consoles and code golf that runs games encoded in a very small amount of data (2kb/3kb). This way is possible to share games using exoteric and usually data inefficient ways: i.e. sticking some PWA magic and a QR-Code reader to the engine I've made a fake gaming console for mobile devices. Games are coded using JSON structures. Includes tools for more easily building such games.

foss weird games software qrcode papercraft mobile vm environment json
GitHub - chrislusf/seaweedfs https://github.com/chrislusf/seaweedfs
Mon 09 Dec 2019 02:18:53 PM PST archive.org

SeaweedFS is a simple and highly scalable distributed file system. There are two objectives: to store billions of relatively small files, and to serve those files fast. Implements an object store with O(1) disk seek and an optional filer with a POSIX interface. Metadata can be stored in one of several RDBMSes. Speaks HTTP(S). Supports multiple access APIs, including S3, HDFS, and WebDAV. Can automatically back itself up offsite. Supports multiple URI formats, with varying degrees of niceness. Large files are chunked transparently to the user.

golang exocortex files distributed data objects https json rest api
GitHub - asciimoo/solary: Turn based game for bots https://github.com/asciimoo/solary
Fri 06 Dec 2019 11:16:57 AM PST archive.org

A turn based game for bots, not people to play.

golang game network bots json
GitHub - pastapojken/JSONlogin https://github.com/pastapojken/JSONlogin
Sun 17 Nov 2019 01:33:41 PM PST archive.org

Minimal HTML login page that uses a json file as a database.

webapp authentication php json
perfecto25/dictor: An elegant Python dictionary & JSON handler https://github.com/perfecto25/dictor
Fri 20 Sep 2019 07:11:40 PM PDT archive.org

A Python module which implements something very much like JSONpaths for hash tables.

python module json search dictionary
russellballestrini/nested-lookup https://github.com/russellballestrini/nested-lookup
Fri 20 Sep 2019 06:00:45 PM PDT archive.org

A Python library for working with deeply nested documents, such as lists and dicts. Not really structured like a module. Seems to do actual searches for what you tell it. Seems to work decently well.

python module json dictionary search data utility exocortex
Webdis, an HTTP interface for Redis with JSON output https://webd.is
Mon 09 Sep 2019 01:01:41 PM PDT archive.org

An HTTP server that sits between Redis and whatever clients you have and implements a REST API for the Redis protocol. Can even be used to upload and store files using PUT requests. Defaults to JSON but can return other data formats by adding an extension (.json, .txt, and so forth). JSON objects stored are single items. Also implements pubsub and WebSockets. Implemented in C.

Github: https://github.com/nicolasff/webdis

exocortex json data datastore redis server rest api
thombashi/sqlitebiter https://github.com/thombashi/sqlitebiter
Wed 10 Jul 2019 02:15:45 PM PDT archive.org

A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to a SQLite database file. Can also pull data from supplied URLs.

python cli sqlite json csv converter data
GitHub - t9tio/cloudquery: Turn any website to API by several clicks (serverless and support SPA!) https://github.com/t9tio/cloudquery
Mon 08 Jul 2019 02:12:09 PM PDT archive.org

Visual CSS selector. Claims that you can turn any website into an API. Enter a URL, pick the parts of the page you care about, and it generates a custom query that gives you JSON with the things you want.

exocortex nodejs generator online api websites css selector json
tsileo/microblog.pub: A self-hosted, single-user, ActivityPub powered microblog. https://github.com/tsileo/microblog.pub
Sat 13 Apr 2019 06:46:52 PM PDT archive.org

A self-hosted, single-user, ActivityPub powered microblog. Fully compatible with the Fediverse. Also implements Indieauth. No Javascript - HTML and CSS only! Uses poussetaches for its activity queue. Offers RSS, ATOM, and JSON feeds. Has a minimal API.

Maybe use this as a scrobbling server?

fediverse microblog python lightweight rss json rest api exocortex
simeji/jid: json incremental digger https://github.com/simeji/jid
Tue 13 Nov 2018 11:02:54 AM PST archive.org

Drill down JSON interactively by using filtering queries like jq. Sort of like a CLI JSONpath explorer. Written in Go. Suggestions and autocomplete. Give it JSON somehow and go to it. Has hotkeys, too.

tools cli json explorer golang
Firefly III https://firefly-iii.org/
Sun 30 Sep 2018 08:53:37 PM PDT archive.org

A self-hosted financial manager. It can help you keep track of expenses, income, budgets and everything in between. It supports credit cards, shared household accounts and savings accounts. It’s pretty fancy. You should use it to save and organize money. Does double-entry bookkeeping. Can interface with some banking APIs.

Github: https://github.com/firefly-iii/firefly-iii

foss webapp php composer budget categories tags import export JSON API exocortex moneybags
JSON Editor Online https://jsoneditoronline.org/
Thu 27 Sep 2018 09:42:04 PM PDT archive.org
online json editor visual formatting devtools
Populating SQLite database table with JSON data using Python https://devopsheaven.com/sqlite/databases/json/python/api/2017/10/11/sqlite-json-data-python.html
Fri 07 Sep 2018 02:20:40 PM PDT archive.org

How to load JSON into a SQLite database all in one go using Python.

SQLite has a JSON datatype, so it's possible to load JSON objects into columns. There still needs to be a unique key for each entry, though.

howto sqlite python json databases data
page 2 / 4
4030 links, including 257 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn