joe пре 2 година
родитељ
комит
475696100c

+ 10 - 7
README.md

@@ -5,6 +5,9 @@
 ## languages/c
 
 
+## languages/python
+
+
 ## languages/v
 
 - [vlang documentation 中文版](http://git.wenlabs.org/joe/blog/src/master/content/languages/v/docs_cn.md)
@@ -24,14 +27,14 @@
 
 ## res
 
-- [windows 常用软件](http://git.wenlabs.org/joe/blog/src/master/content/res/windows-softwares.md)
+- [windows 常用软件(lts)](http://git.wenlabs.org/joe/blog/src/master/content/res/windows-softwares.md)
 - [languages](http://git.wenlabs.org/joe/blog/src/master/content/res/languages.md)
-- [self hosted](http://git.wenlabs.org/joe/blog/src/master/content/res/self-hosted.md)
-- [工具和玩具](http://git.wenlabs.org/joe/blog/src/master/content/res/tools.md)
-- [在线文档和书籍](http://git.wenlabs.org/joe/blog/src/master/content/res/docs_or_books.md)
-- [github_projects](http://git.wenlabs.org/joe/blog/src/master/content/res/github_projects.md)
-- [好网站 一辈子](http://git.wenlabs.org/joe/blog/src/master/content/res/best-sites.md)
-- [临时性文章 read it later](http://git.wenlabs.org/joe/blog/src/master/content/res/temp_articles.md)
+- [self hosted projects(lts)](http://git.wenlabs.org/joe/blog/src/master/content/res/self-hosted.md)
+- [工具和玩具(lts)](http://git.wenlabs.org/joe/blog/src/master/content/res/tools.md)
+- [在线文档和书籍(lts)](http://git.wenlabs.org/joe/blog/src/master/content/res/docs_or_books.md)
+- [github best projects(lts)](http://git.wenlabs.org/joe/blog/src/master/content/res/github_projects.md)
+- [好网站 一辈子(lts)](http://git.wenlabs.org/joe/blog/src/master/content/res/best-sites.md)
+- [临时性文章 read it later()](http://git.wenlabs.org/joe/blog/src/master/content/res/temp_articles.md)
 
 ## specs
 

+ 11 - 0
content/languages/python/orm.md

@@ -0,0 +1,11 @@
+---
+title: "Orm"
+date: 2023-06-15T16:04:53+08:00
+draft: true
+---
+
+# Python ORM 同時支持 migrate
+
+- [SQLAlchemy](https://docs.sqlalchemy.org/en/20/index.html) + [Alembic](https://alembic.sqlalchemy.org/en/latest/tutorial.html)
+
+- [Tortoise](https://tortoise.github.io/index.html) + [aerich](https://github.com/tortoise/aerich)

+ 17 - 1
content/posts/lightweight-search-engines.md

@@ -12,6 +12,14 @@ draft: true
 
 MeiliSearch 是一個開箱即用的全文搜索引擎,Rust 開發,索引基於 index,每條待搜索內容爲 document, index 爲 document 的命名空間或容器,支持 filter, sorting。目前不支持 cluster,如果需要,可以用自己的方式定義索引方式,達到自己的要求。
 
+### [zincsearch](https://github.com/zincsearch/zincsearch)
+
+Go 實現的搜索引擎,帶UI。對標 ES,使用 [bluge](https://github.com/blugelabs/bluge) 作爲底層索引器
+
+### [openobserve](https://github.com/openobserve/openobserve)
+
+Rust 實現的日志搜索引擎
+
 ### [Typesense](https://github.com/typesense/typesense)
 
 支持分布式的搜索引擎,C++開發,官方稱其爲 Algolia alternative。
@@ -26,7 +34,15 @@ sonic 是一個 rust 開發的有趣的搜索引擎,其並沒有文檔的概
 
 ### [RediSearch](https://github.com/RediSearch/RediSearch)
 
-RediSearch 是 redis 的一個 module,配合另一個 module RedisJSON 能實現性能客觀的索引和搜索。
+RediSearch 是 redis 的一個 module,配合另一個 module RedisJSON 能實現性能可觀的索引和搜索。
+
+### [tntsearch](https://github.com/teamtnt/tntsearch)
+
+### [vespa](https://github.com/vespa-engine/vespa)
+
+The open big data serving engine.
+
+PHP 實現的一個 full text 搜索引擎
 
 ### TODO
 

+ 3 - 1
content/res/game-engines.md

@@ -16,6 +16,8 @@ draft: true
 - [All (almost)](https://en.wikipedia.org/wiki/List_of_game_engines)
 - [Cocos Creator]()
 - [Cocos2d-x]
-- [defold]
+- [defold](https://defold.com/)
+> 2D game engine based on Cpp+Lua5.1, with an Editor. build for many platforms.
+
 - [godot]
 - [monogame]

+ 3 - 0
content/res/github_projects.md

@@ -68,6 +68,9 @@ draft: false
 - [gopay](https://github.com/go-pay/gopay)
 - [guark](https://github.com/guark/guark)
 > Build awesome Golang desktop apps and beautiful interfaces with Vue.js, React.js, Framework 7, and more...
+- [casdoor](https://github.com/casdoor/casdoor)
+> An open-source Identity and Access Management (IAM) / Single-Sign-On (SSO) platform powered by Casbin and AI gateway with web UI supporting OAuth 2.0, OIDC, SAML and OpenAI ChatGPT
+
 ### Python
 
 - [hummingbot](https://github.com/CoinAlpha/hummingbot)

+ 1 - 1
content/res/temp_articles.md

@@ -20,7 +20,7 @@ draft: false
 - [mamba PLY开发的语言](https://github.com/maldoinc/mamba)
 - [lex & yacc 中文第二版百度盘](https://www.twblogs.net/a/5cacb04abd9eee2e850fab71?lang=zh-cn)
 - [C++ template library for linear algebra](https://eigen.tuxfamily.org/index.php?title=Main_Page)
-
+- [web 5種 responsive 布局方式](https://www.lukew.com/ff/entry.asp?1514)
 ##
 - [svelte](https://dev.to/plazarev/overview-of-svelte-ui-libraries-and-components-2ban?signin=true)
 ### War3 屏幕适配

+ 3 - 0
content/res/windows-softwares.md

@@ -27,6 +27,9 @@ draft: false
 
 ## 输入法
 
+- [rime](https://rime.im/)
+> RIME | 中州韻輸入法引擎
+
 ## 做图截图录屏
 
 ## 影音