Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (26 loc) · 1.45 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.45 KB

twilens

Full-text search for your tweets.

CI Status

Search page Settings page


twilens is a self-hosted web app to perform full-text searches for your tweets. Its morphological and n-gram index allows you to detect tweets written in Japanese language, which are difficult to find on twitter.com search.

Twitter 投稿を全文検索できるツールです。形態素解析と n-gram を併用したインデックスにより、従来の Twitter 検索では見つかりづらかった日本語ツイートも高精度で発見できます。

Usage

Currently not available.

Architecture

Monorepo with Yarn (berry).

Single page application built with Nuxt.js and TypeScript.

REST API server built with Node.js and TypeScript. Uses Fastify and Prisma under the hood.

Search back-end

PostgreSQL server with PGroonga extension.