DataStax DevCenter is a free visual query tool for developers and administrators
for creating and running Cassandra Query Language (CQL) queries and commands
against Apache Cassandra™ and DataStax Enterprise.
## Installing/Running
After unpacking the downloaded archive, you'll find a platform specific executable
(`DevCenter.exe` or `DevCenter.app`) in the `devcenter` folder. Simply run the executable to launch DevCenter.
_Note_: even if packaged as a self-contained Eclipse RCP-based app, DevCenter requires that java be installed on your system and present in your application path.
## What is new in DataStax DevCenter 1.6.0
1. DSE Search Support
* Automatic routing of Solr queries to Solr node on execution
* Aware of DSE nodes and their workload
* String and JSON query formats
* Query parameter name and type checking
* Separate grouping in Schema View for Search Indices
* Validations
* Content Assist
* Code Snippets (Templates)
* Solr REST to CQL conversion
2. Export Keyspace
3. Support for large result sets
* Result Set Paging
* LIMIT keyword no longer appended to SELECT statements (C* 2.0+)
* Export results to File (CSV or Insert statements)
4. Misc
* Customize format of Timestamp date and timezone in results
* devcenter.date.format=yyyy-MM-dd' 'HH:mm:ssZ
* devcenter.timezone.id=GMT
* Customize format of Numeric values in results
* devcenter.number.format=#,##0.###
* Support latest time conversion functions
* toDate, toTimestamp, and toUnixTimestamp
* deprecated use of dateOf and unixTimestampOf
* typeAsBlob and blobAsType for smallint, tinyint, date and time data types
* Validation support for DSE In-Memory tables
* Additional metrics
* Cassandra version
* DSE version and workload
## What is new in DataStax DevCenter 1.5.0
1. Support for Cassandra 3.0 CQL features:
* New, Edit, Clone, and Drop Materialized View Wizards
* Multiple secondary indexes
* Syntax highlighting, code snippets and code assist support for materialized views in the CQL editor
2. Schema Navigator improvements:
* Materialized View nodes are displayed both under their corresponding keyspace and also under their base table
* Maintains the state of expanded nodes and also the position on a refresh
* Displays only those schema elements supported by the version of Cassandra in the cluster
3. Drop Schema objects:
* Added wizards for dropping User-defined Functions and Aggregates
* The drop action checks for dependent objects (for example, dropping a table checks for materialized views, dropping a User-defined type checks for table and User-defined types, dropping a User-defined function checks for User-defined aggregates)
4. Improved timestamp formatting used in the Query Results and Detailed Results views; the new format is `yyyy-MM-dd hh:mm:ssZ`
5. Editor and Wizard support in Cassandra 3.0 for new compression options `class` and `chunk_length_in_kb`, and for `crc_check_chance` as a table-level property.
6. Ability to enable or disable the Query Trace feature
7. Improved content assist proposals for caching, compaction, compressions and clustering properties for ATLER TABLE statements
8. Authentication against DataStax Enterprise clusters configured to use LDAP has been tested with the following LDAP providers: OpenLDAP, OracleLDAP, WinAD08, or WinAD12
9. Help links in wizards use the underlying connection details to link to the version-specific documentation pages
## What is new in DataStax DevCenter 1.4.1
1. Improved content assist and validation for `DROP FUNCTION` statement
2. Improved Index name validation for Cassandra 1.2.x and 2.0.x
3. New usage data metrics: DevCenter version, Java version, and OS version
## What is new in DataStax DevCenter 1.4.0
1. Support for Cassandra 2.2.0 CQL features:
* User Defined Function / Aggregates (CASSANDRA-7395) including complete content assist and validation
* JSON Syntax for CQL (CASSANDRA-7970) for both INSERT and SELECT statements
* Role-base authentication (CASSANDRA-7653)
2. New / Edit Index and User Defined Type Wizards, bringing the same experience as for Table and Keyspace creation and modification.
3. Details view for results, letting the user see all the information related to the currently selected cell.
4. Automatic update check, which trigger a popup at startup if a new version is available
## What is new in DataStax DevCenter 1.3.1
1. Support for Cassandra 2.1.3 CQL features:
* Frozen collections (CASSANDRA-7859) including nested collections and `FULL` collection indexes.
* Inclusion of `IF EXISTS` for `UPDATE` statements (CASSANDRA-8610)
2. Editor and wizard support for the `DateTieredCompactionStrategy`
3. Additional table options available in the Create and Edit Table wizard: `default_time_to_live`, `gc_grace_seconds`, `index_interval`, `min_index_interval`, `max_index_interval`,`memtable_flush_period_in_ms`, `populate_io_cache_on_flush`, and `speculative_retry`
## What is new in DataStax DevCenter 1.3.0
1. Execute highlighted statements, whenever the user select entirely or partially one or several CQL statements only them will be executed
2. New / Edit Table Wizards to make it easier to create or modify tables in Cassandra without having to type the whole CQL statement
3. New / Edit Keyspace Wizards that brings the same experience but for keyspaces
4. A new Feedback dialog, to allow feedbacks to be sent directly within DevCenter.
## What is new in DataStax DevCenter 1.2.1
1. Prevent execution of erroneous/incorrect CQL scripts (DEVC-447)
2. Results tab: "Copy as INSERT" now supports collections containing User-defined Types (UDT's) and Tuples (DEVC-420)
3. Fix issue on Mac OS/X Yosemite causing first row of results and query trace table to be hidden (DEVC-442)
4. Fix NPE appearing in log file on some content assist actions (DEVC-449)
## What is new in DataStax DevCenter 1.2.0
1. Full support for Cassandra 2.1, including User-defined Types (UDT's) and Tuples, for which DevCenter now provides syntax highlighting, validation, content assist and code snippets. Also, the Schema Explorer view now displays User-defined Types (UDT's)
2. A new Query Trace tab, located next to the Results tab, that displays detailed trace event data for the last executed query to aid in understanding query execution and performance
3. An improved Connection wizard for creating and managing Cassandra connections
## What is new in DataStax DevCenter 1.1.1
1. Fixed using mixed case keyspace names with the "in keyspace:" combo box (DEVC-229 and DEVC-230)
2. Added the example CQL scripts directory that was missing from 1.1.0
3. Added a comment to the last query in examples/videodb-sample-queries.cql to clarify that this query contains and intentional error (DEVC-227)
4. Fixed the editor not recognizing clustering keys in the ORDER BY clause if the CREATE TABLE statement is not contained in the same script as the query (DEVC-226)
5. Added application icon to the Windows taskbar (DEVC-237)
6. Fixed template proposals not working if the editor is empty (DEVC-238)
7. Fixed CREATE TRIGGER and DROP TRIGGER being proposed in all contexts (DEVC-239)
## What is new in DataStax DevCenter 1.1.0
1. Support for Apache Cassandra 2.0.x and DataStax Enterprise 4.0.x (lightweight transactions syntax, `static` columns, `uuid()`, `'now'`, etc.)
2. New and improved validation and code assist rules
3. Option to use a default keyspace for running a script
4. Option to set the max number of rows to be returned by a statement
5. Copy selected or all results as CSV or CQL inserts
6. Option to enabled SSL connection
7. Fresh new look & feel
## Features in DataStax DevCenter 1.0
1. A smart CQL editor that provides syntax highlighting, code auto-completion (both keyword and snippet),
and real-time script validation against the current connection.
2. S
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
Scylladb或Cassandra客户端工具DevCenter (528个子文件)
com.datastax.devcenter.rcp.product.executable.win32.win32.x86_64_1.6.0 32KB
.mainData.1 869KB
.extraData.1 164KB
.table.1 40KB
.namespaces.1 7KB
.contributors.1 5KB
.contributions.1 5KB
.orphans.1 206B
framework.info.4 873KB
.fileTable.4 78B
.fileTable.5 78B
.fileTable.7 159B
.fileTable.8 159B
ant 10KB
antRun 861B
.api_description 2KB
.api_description 262B
config.ini.bak 12KB
ant.bat 7KB
antRun.bat 2KB
lcp.bat 1KB
splash.bmp 652KB
FeedbackDialog.class 13KB
NewVersionDialog.class 7KB
ApplicationWorkbenchAdvisor.class 6KB
UpdateCheckJob.class 5KB
ApplicationWorkbenchWindowAdvisor.class 4KB
PhoneHomeConnection.class 4KB
ApplicationActionBarAdvisor.class 4KB
SubmitFeedbackJobHelper.class 4KB
FirstStartDialog.class 4KB
SubmitFeedbackJob.class 3KB
UpdateAndUsagePreferencesPage.class 3KB
UpdateAndUsagePreferencesPage$LinkFieldEditor.class 2KB
UpdateCheckListener.class 2KB
EmailValidator.class 2KB
Application.class 2KB
ApplicationWorkbenchAdvisor$1.class 2KB
UpdateAndUsagePreferencesPage$LabelFieldEditor.class 2KB
UpdateCheckListener$1.class 2KB
UpdateAndUsagePreferencesPage$LinkFieldEditor$1.class 2KB
SubmitFeedbackJob$1.class 1KB
CQLOnlineTrainingHandler.class 1KB
FeedbackDialog$2.class 1KB
FeedbackDialog$4.class 1KB
NewVersionDialog$2.class 1KB
NewVersionDialog$3.class 1KB
FirstStartDialog$1.class 1KB
FeedbackDialog$3.class 1KB
RcpActivator.class 1KB
Feedback.class 1KB
SolrRestToCQLHandler.class 1KB
SubmitFeedbackHandler.class 1KB
Application$1.class 1015B
FeedbackDialog$5.class 966B
NewVersionDialog$1.class 724B
FeedbackDialog$1.class 712B
ApplicationWorkbenchWindowAdvisor$1.class 698B
UpdateCheckJob$1.class 695B
PhoneHomeConnection$1.class 688B
ApplicationWorkbenchAdvisor$2.class 665B
NewVersionDialog$4.class 650B
FeedbackConnection.class 502B
envset.cmd 4KB
antenv.cmd 3KB
ant.cmd 3KB
runrc.cmd 2KB
videodb-inserts.cql 9KB
videodb-udf.cql 6KB
videodb-sample-queries.cql 4KB
videodb-udts-tuples.cql 3KB
videodb-json.cql 3KB
videodb-schema.cql 2KB
e4_default_winxp_olv.css 1KB
e4_default_winxp_blu.css 1KB
e4_default_mac.css 1KB
e4_default_gtk.css 1KB
e4_basestyle.css 1KB
e4_default_win7.css 1KB
e4_default_mru_on_win7.css 1KB
e4_default.css 1KB
e4_classic_win7.css 950B
e4_classic_winxp.css 949B
en_GB.dictionary 464KB
en_US.dictionary 463KB
swt-win32-4430.dll 629KB
swt-gdip-win32-4430.dll 95KB
eclipse_1608.dll 57KB
localfile_1_0_0.dll 54KB
DevCenter.exe 306KB
.fileTableLock 0B
.fileTableLock 0B
.fileTableLock 0B
quickfix_info_obj.gif 2KB
wn_eclcommunity48.gif 2KB
ov_teamsup48.gif 2KB
tu_merge48.gif 2KB
wn_eclplatform48.gif 2KB
dot_light_purple.gif 2KB
dot_light_blue.gif 2KB
共 528 条
- 1
- 2
- 3
- 4
- 5
- 6
资源评论
suofang
- 粉丝: 2
- 资源: 32
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功