Kuzzle Admin Consoleをネットワーク切断して使ってみる
ローカルでAdmin Consoleがうまくインストールできなかったので、公式のものを使わせてもらうことにした。 試しに、https://next-console.kuzzle.io/にアクセスした後ネットワークを切断して、項目設定&ログインできたし、DBも作成できたので外部への依存はないみたい(送信し Read more
POSTS
ローカルでAdmin Consoleがうまくインストールできなかったので、公式のものを使わせてもらうことにした。 試しに、https://next-console.kuzzle.io/にアクセスした後ネットワークを切断して、項目設定&ログインできたし、DBも作成できたので外部への依存はないみたい(送信し Read more
https://github.com/kuzzleio/kuzzle-admin-console#local-build をやってみる $ git clone https://github.com/kuzzleio/kuzzle-admin-console $ cd kuzzle-admin-console $ npm install npm ERR! command sh -c node-gyp rebuild npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using node-gyp@3.8.0 npm ERR! gyp info using node@17.3.0 | linux | arm npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: Command failed: /usr/bin/python -c import sys; print "%s.%s.%s" % sys.version_info[:3]; npm ERR! gyp ERR! stack File "<string>", line 1 npm ERR! gyp ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3]; npm ERR! gyp ERR! stack ^ npm ERR! gyp ERR! stack SyntaxError: invalid syntax ダメか。。
Flutter | Kuzzle Documentation から Run Kuzzle | Kuzzle Documentation でバックエンドをローカルで起動する。 $ sudo npm install -g kourou $ kourou app:scaffold playground $ cd playground && npm run dev:docker http://localhost:7512/ でJSONで情報が取得できた。 http://next-console.kuzzle.io/ でAdmin Consoleが表示できるけど、ローカル環境なのに外部を一度経由するのかな。ちょっとこれは気になる。 What is Kuzzle | Kuzzle Documentation As it is a single-page application (SPA), no data related to your Kuzzle application will pass through our servers, so you can use the online Read more
Firebase以外のBaaSについて、年初に軽く調べていた。 その時はクラウドサービスを見ていたけれど、OSSのものも見てみた。 Parse Platform The Open Source Firebase Alternative | Supabase Open Source Backend - Kuzzle Backend Low-code backend to build modern apps | Back4App Parse Platformベース SDK JS Go Flutter Parse Platform o - o Supabase o - o Kuzzle Backend o o o SDK的にはKuzzleだけど、情報量で見るとSupabaseが有 Read more
先日買ったJavaScriptモダンプログラミング完全ガイド、まだ途中だけど結構理解が進む気がする。 節ごとに難易度表示のアイコンがあるのも親切で良い。
WSL2にインストールしてみる。 Linux install | Flutter $ cd ~/sdk $ git clone https://github.com/flutter/flutter.git -b stable $ export PATH="$PATH:`pwd`/flutter/bin" $ flutter doctor Missing "unzip" tool. Unable to extract Dart SDK. Consider running "sudo apt-get install unzip". $ sudo apt-get install unzip $ flutter doctor [✓] Flutter (Channel stable, 3.0.0, on Ubuntu 20.04 LTS 5.10.16.3-microsoft-standard-WSL2, locale C.UTF-8) [✗] Android toolchain - develop for Android devices ✗ Unable to locate Android SDK. Install Android Studio from: https://developer.android.com/studio/index.html On first launch it will assist you in installing the Android SDK components. (or visit https://flutter.dev/docs/get-started/install/linux#android-setup for detailed instructions). If the Android SDK has been installed to a custom location, please use `flutter config --android-sdk` to update to that location. [✗] Chrome - develop for the web (Cannot find Chrome executable at google-chrome) ! Cannot find Read more
Docker Desktopの4.8.1が出たので、host.docker.internalの件が変化あったか試してみた。 https://github.com/umemak/docker_network_test 直っていた。 4.8.0でも試してみたところ、4.8.0のタイミングで修正された模様。
ローカルサーバーでやってみた。 検索は問題なく導入できて動作も問題なさそうだけど、見た目がだいぶ印象変わってしまうのがちょっと悩ましい。 あと、一覧で日付が出てるのに個別ページに遷移すると日付が出ないのはなぜだろう。デモサイトでは個別ページにも出てるのに。 乗り換えはいったん保留。
matsuyoshi30/harbor: Simple and minimal personal blog theme. このテーマ、全文検索対応しているようなので気になっている。 検索に使われているのはnextapps-de/flexsearch: Next-Generation full text search library for Browser and Node.jsらしい。 flexsearch.jsは日本語だと半角英数字が検索できないとかあるみたいだけど、簡単に使うだけなら問題ないのではないか Read more