loklak/loklak_server là một trong những repo mã nguồn mở mà TopGit theo dõi, hiện có 1.4k sao, viết chủ yếu bằng Java. Distributed Open Source twitter and social media message search server that anonymously collects, shares, dumps and indexes data http://api.loklak.org
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
loklak is a server application which is able to collect messages from various sources, including twitter. The server contains a search index and a peer-to-peer index sharing interface. All messages are stored in an elasticsearch index.
Automatic deployments from GitHub are available for testing:
Development Branch https://loklak-server-dev.herokuapp.com
'Lok Lak' is also a very tasty Cambodian stir-fry meat dish (usually beef) with a LOT of fresh black pepper. If you ever have the chance to eat Beef Lok Lak, please try it. I hope not to scare vegetarians with this name, currently I am one as well.
Communication
Please join our mailing list to discuss questions regarding the project: https://groups.google.com/forum/#!forum/opntec-dev
Our chat channel is on gitter here: https://gitter.im/loklak/loklak
Why should I use loklak?
If you like to be anonymous when searching things, want to archive tweets or messages about specific topics and if you are looking for a tool to create statistics about tweet topics, then you may consider loklak. With loklak you can:
collect and store a very, very large amount of tweets
create your own search engine for tweets
omit authentication enforcement for API requests on twitter
share tweets and tweet archives with other loklak users
search anonymously on your own search portal
create your own tweet search portal or statistical evaluations
use Kibana to analyze large amounts of tweets for statistical data. Tweets analytics with Kibana example.
How do I install loklak: Download, Build, Run
At this time, loklak is not provided in compiled form, you easily build it yourself. It's not difficult and done in one minute! The source code is hosted at https://github.com/loklak/loklak_server, you can download it and run loklak with:
> git clone https://github.com/loklak/loklak_server.git
> cd loklak_server
> ./gradlew build
This command may give an error while building like Unable to locate tools.jar.
It means that there is no java in your system or JAVA_HOME Environment Variable is not set. Refererence to fix it and run ant again.
> bin/start.sh
After all server processes are running, loklak tries to open a browser page itself. If that does not happen, just open http://localhost:9000; if you made the installation on a headless or remote server, then replace 'localhost' with your server name.
To stop loklak, run: (this will block until the server has actually terminated)
> bin/stop.sh
A self-upgrading process is available which must be triggered by a shell command. Just run:
> bin/upgrade.sh
Where can I download ready-built releases of loklak?
Nowhere, you must clone the git repository of loklak and build it yourself. That's easy, just do
To install loklak with Docker please refer to the loklak Docker installation readme.
How do I deploy loklak with Heroku?
You can easily deploy to Heroku by clicking the Deploy to Heroku button above. To install loklak using Heroku Toolbelt, please refer to the loklak Heroku installation readme.
How do I deploy loklak on Google Cloud with Kubernetes?
To install loklak on Google Cloud with Kubernetes, please refer to the loklak Google Cloud with Kubernetes installation readme.
How do I deploy loklak with cloud9?
To install loklak with cloud9 please refer to the loklak cloud9 installation readme.
How do I setup loklak on Eclipse?
To install loklak on Eclipse, please refer to the loklak Eclipse readme.
How do I run loklak?
build loklak (you need to do this only once, see above)
run bin/start.sh
open http://localhost:9000 in your browser
to shut down loklak, run bin/stop.sh
How do I analyze data acquired by loklak
loklak stores data into an elasticsearch index. There is a front-end
for the index available in elasticsearch-head. To install this, do:
grunt server
..which opens the administration page at http://localhost:9100
How do I configure loklak?
The basis configuration file is in conf/config.properties. To customize these settings place a file customized_config.properties to the path data/settings/
See documentation for details.
Where can I find documentation?
The application has built-in documentation web pages, you will see them when you opened the application web pages or you can simply open html/index.html or just use http://loklak.org as reference.
Where can I find showcases and tutorials?
Articles and tutorials are also on our blog at http://blog.loklak.net.
Where do I find the Java documentation?
At http://loklak.github.io/loklak_server/ or by building them via 'ant javadoc'
Where can I get the latest news about loklak?
Hey, this is the tool for that! Just put http://api.loklak.org/api/search.rss?q=%23loklak into your rss reader. Oh wait.. you will get a lot of information about tasty Cambodian food with that as well. Alternatively you may also read the authors timeline using http://api.loklak.org/api/search.rss?q=0rb1t3r or just follow @0rb1t3r (that's a zero after the at sign).
Where can I report bugs and make feature requests?
This project is considered a community work. The development crew consist of YOU too. I am very thankful for pull request. So if you discovered that something can be enhanced, please do it yourself and make a pull request. If you find a bug, please try to fix it. If you report a bug to me I will possibly consider it but at the very end of a giant, always growing heap of work. The best chance for you to get things done is to try it yourself. Our issue tracker is here.
How can I contribute?
There are a lot of issues you can solve. If you are here for the first time, you can look at first-timers-only issues.
They are either
easy to do and introduce you to github and git
or describe clearly how to solve the problem, so you have smoother start.
If you want to solve an issue, please comment in it that you would like to solve it.
In any case, if you run into problems, please report them in the issue.
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/loklak/loklak_server là nguồn chính thức.
loklak/loklak_server có phải mã nguồn mở không?
Có — loklak/loklak_server phát hành theo license LGPL-2.1, nghĩa là mã nguồn mở để đọc, fork và (tùy license) tái sử dụng. Mã: github.com/loklak/loklak_server.
loklak/loklak_server có tag gì không?
Bản đồng bộ chưa ghi nhận topic GitHub nào cho loklak/loklak_server. GitHub topics hiển thị ở thanh bên phải trang repo — đó là nơi đáng kiểm tra nhất.
loklak/loklak_server có website riêng không?
TopGit chưa ghi nhận URL trang chủ cho loklak/loklak_server. Phần README ở tab phía trên thường có link demo, hoặc xem mô tả GitHub của repo.
loklak/loklak_server còn đang phát triển không?
Commit gần nhất trên loklak/loklak_server là 3.9 năm trước (theo timestamp GitHub). Repo có 221 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
loklak/loklak_server dùng license gì?
loklak/loklak_server phát hành theo license LGPL-2.1. Nên mở file LICENSE trên GitHub để xác nhận — license metadata đôi khi lệch với thực tế dự án.
Đọc đầy đủ README ở tab phía trên.
Chưa chắc loklak_server có hợp với bạn?
Để ChatGPT, Claude hoặc Perplexity tìm hiểu giúp — bấm bên dưới và xem AI nói gì về loklak_server.